Uses of Class
org.jikesrvm.osr.EncodedOSRMap

Packages that use EncodedOSRMap
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.osr   
org.jikesrvm.osr.ia32   
 

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

Fields in org.jikesrvm.compilers.opt.runtimesupport declared as EncodedOSRMap
private  EncodedOSRMap OptCompiledMethod._osrMap
           
 

Methods in org.jikesrvm.compilers.opt.runtimesupport that return EncodedOSRMap
 EncodedOSRMap OptCompiledMethod.getOSRMap()
           
 

Uses of EncodedOSRMap in org.jikesrvm.osr
 

Fields in org.jikesrvm.osr declared as EncodedOSRMap
private static EncodedOSRMap EncodedOSRMap.emptyMap
          map used when there are no OSR instructions
 

Methods in org.jikesrvm.osr that return EncodedOSRMap
static EncodedOSRMap EncodedOSRMap.makeMap(VariableMap varMap)
          Encode the given variable map returning the canonical empty map if the map is empty
 

Uses of EncodedOSRMap in org.jikesrvm.osr.ia32
 

Methods in org.jikesrvm.osr.ia32 with parameters of type EncodedOSRMap
private  ExecutionState OptExecutionStateExtractor.getExecStateSequence(RVMThread thread, byte[] stack, Offset ipOffset, Offset fpOffset, int cmid, Offset tsFPOffset, TempRegisters registers, EncodedOSRMap osrmap)