Uses of Class
org.jikesrvm.compilers.opt.driver.InstrumentationPlan

Packages that use InstrumentationPlan
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.recompilation.instrumentation   
org.jikesrvm.compilers.opt.driver   
org.jikesrvm.compilers.opt.ir   
 

Uses of InstrumentationPlan in org.jikesrvm.adaptive.controller
 

Methods in org.jikesrvm.adaptive.controller with parameters of type InstrumentationPlan
 CompilationPlan RecompilationStrategy.createCompilationPlan(NormalMethod method, int optLevel, InstrumentationPlan instPlan)
          Construct a compilation plan that will compile the given method with instrumentation.
(package private)  ControllerPlan RecompilationStrategy.createControllerPlan(RVMMethod method, int optLevel, InstrumentationPlan instPlan, int prevCMID, double expectedSpeedup, double expectedCompilationTime, double priority)
          This helper method creates a ControllerPlan, which contains a CompilationPlan, for the passed method using the passed optimization level and instrumentation plan.
 

Uses of InstrumentationPlan in org.jikesrvm.adaptive.recompilation.instrumentation
 

Subclasses of InstrumentationPlan in org.jikesrvm.adaptive.recompilation.instrumentation
 class AOSInstrumentationPlan
          An instance of this class is created for each method that is instrumented by the adaptive system.
 

Uses of InstrumentationPlan in org.jikesrvm.compilers.opt.driver
 

Fields in org.jikesrvm.compilers.opt.driver declared as InstrumentationPlan
 InstrumentationPlan CompilationPlan.instrumentationPlan
          The instrumentation plan for the method.
 

Constructors in org.jikesrvm.compilers.opt.driver with parameters of type InstrumentationPlan
CompilationPlan(NormalMethod m, OptimizationPlanElement[] op, InstrumentationPlan mp, OptOptions opts)
          Construct a compilation plan
CompilationPlan(NormalMethod m, OptimizationPlanElement op, InstrumentationPlan mp, OptOptions opts)
          Construct a compilation plan
CompilationPlan(NormalMethod m, TypeReference[] pms, OptimizationPlanElement[] op, InstrumentationPlan mp, OptOptions opts)
          Construct a compilation plan
 

Uses of InstrumentationPlan in org.jikesrvm.compilers.opt.ir
 

Fields in org.jikesrvm.compilers.opt.ir declared as InstrumentationPlan
 InstrumentationPlan IR.instrumentationPlan
          Information specifying what instrumentation should be performed during compilation of this method.