Package | Description |
---|---|
org.jikesrvm.compilers.opt.runtimesupport | |
org.jikesrvm.osr | |
org.jikesrvm.osr.ia32 |
Modifier and Type | Field and Description |
---|---|
private EncodedOSRMap |
OptCompiledMethod._osrMap |
Modifier and Type | Method and Description |
---|---|
EncodedOSRMap |
OptCompiledMethod.getOSRMap() |
Modifier and Type | Field and Description |
---|---|
private static EncodedOSRMap |
EncodedOSRMap.emptyMap
map used when there are no OSR instructions
|
Modifier and Type | Method and Description |
---|---|
static EncodedOSRMap |
EncodedOSRMap.makeMap(VariableMap varMap,
MachineCodeOffsets mcOffsets)
Encodes the given variable map as OSRMap.
|
Modifier and Type | Method and Description |
---|---|
private ExecutionState |
OptExecutionStateExtractor.getExecStateSequence(RVMThread thread,
byte[] stack,
Offset ipOffset,
Offset fpOffset,
int cmid,
Offset tsFPOffset,
TempRegisters registers,
EncodedOSRMap osrmap) |