Uses of Interface
org.jikesrvm.compilers.opt.driver.OptConstants

Packages that use OptConstants
org.jikesrvm.adaptive.measurements.instrumentation   
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.bc2ir   
org.jikesrvm.compilers.opt.inlining   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.ir.operand   
org.jikesrvm.compilers.opt.runtimesupport   
 

Uses of OptConstants in org.jikesrvm.adaptive.measurements.instrumentation
 

Classes in org.jikesrvm.adaptive.measurements.instrumentation that implement OptConstants
 class CounterArrayManager
          An implementation of a InstrumentedEventCounterManager .
 

Uses of OptConstants in org.jikesrvm.compilers.opt
 

Classes in org.jikesrvm.compilers.opt that implement OptConstants
 class ClassLoaderProxy
           
 

Uses of OptConstants in org.jikesrvm.compilers.opt.bc2ir
 

Classes in org.jikesrvm.compilers.opt.bc2ir that implement OptConstants
 class BC2IR
          This class translates from bytecode to HIR.
 class GenerationContext
          Defines the context in which BC2IR will abstractly interpret a method's bytecodes and populate targetIR with instructions.
 

Uses of OptConstants in org.jikesrvm.compilers.opt.inlining
 

Classes in org.jikesrvm.compilers.opt.inlining that implement OptConstants
 class DefaultInlineOracle
          The default inlining oracle used by the optimizing compiler.
 class InlineTools
          This class provides some utilities that are useful for inlining.
 

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

Classes in org.jikesrvm.compilers.opt.ir that implement OptConstants
 class Instruction
          Instructions are the basic atomic unit of the IR.
 

Uses of OptConstants in org.jikesrvm.compilers.opt.ir.operand
 

Classes in org.jikesrvm.compilers.opt.ir.operand that implement OptConstants
 class LocationOperand
          Represents a location in memory.
 

Uses of OptConstants in org.jikesrvm.compilers.opt.runtimesupport
 

Classes in org.jikesrvm.compilers.opt.runtimesupport that implement OptConstants
 class OptMachineCodeMap
          A class that encapsulates mapping information about generated machine code.