Package jbe.micro

Examples of jbe.micro.Ldc


    LowLevel.msg("Micro Benchmarks:");
    LowLevel.lf();

    Execute.perform(new Add());
    Execute.perform(new Iinc());
    Execute.perform(new Ldc());
    Execute.perform(new BranchTaken());
    Execute.perform(new BranchNotTaken());
    Execute.perform(new GetField());
    Execute.perform(new GetStatic());
    Execute.perform(new Array());
View Full Code Here

TOP

Related Classes of jbe.micro.Ldc

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.