Uses of Class
org.jikesrvm.compilers.baseline.BaselineCompiledMethod

Packages that use BaselineCompiledMethod
org.jikesrvm   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.osr.ia32   
 

Uses of BaselineCompiledMethod in org.jikesrvm
 

Constructors in org.jikesrvm with parameters of type BaselineCompiledMethod
ArchitectureSpecific.BaselineCompilerImpl(BaselineCompiledMethod cm, short[] genLocLoc, short[] floatLocLoc)
           
 

Uses of BaselineCompiledMethod in org.jikesrvm.compilers.baseline
 

Constructors in org.jikesrvm.compilers.baseline with parameters of type BaselineCompiledMethod
BaselineCompiler(BaselineCompiledMethod cm)
          Construct a BaselineCompilerImpl
ReferenceMaps(BaselineCompiledMethod cm, int[] stackHeights, byte[] localTypes)
           
 

Uses of BaselineCompiledMethod in org.jikesrvm.compilers.baseline.ia32
 

Fields in org.jikesrvm.compilers.baseline.ia32 declared as BaselineCompiledMethod
private  BaselineCompiledMethod BaselineGCMapIterator.currentCompiledMethod
          Compiled method for the frame
 

Constructors in org.jikesrvm.compilers.baseline.ia32 with parameters of type BaselineCompiledMethod
BaselineCompilerImpl(BaselineCompiledMethod cm)
          Create a BaselineCompilerImpl object for the compilation of method.
 

Uses of BaselineCompiledMethod in org.jikesrvm.osr.ia32
 

Methods in org.jikesrvm.osr.ia32 with parameters of type BaselineCompiledMethod
private static void BaselineExecutionStateExtractor.getVariableValue(byte[] stack, Offset offset, byte[] types, BaselineCompiledMethod compiledMethod, boolean kind, ExecutionState state)