Package | Description |
---|---|
org.jikesrvm.compilers.baseline | |
org.jikesrvm.compilers.baseline.ia32 | |
org.jikesrvm.osr.ia32 |
Constructor and Description |
---|
BaselineCompiler(BaselineCompiledMethod cm) |
ReferenceMaps(BaselineCompiledMethod cm,
int[] stackHeights,
byte[] localTypes) |
Modifier and Type | Field and Description |
---|---|
private BaselineCompiledMethod |
BaselineGCMapIterator.currentCompiledMethod
Compiled method for the frame
|
Constructor and Description |
---|
BaselineCompilerImpl(BaselineCompiledMethod cm,
short[] localFixedLocations,
short[] localFloatLocations)
Create a BaselineCompilerImpl object for the compilation of method.
|
Modifier and Type | Method and Description |
---|---|
private static void |
BaselineExecutionStateExtractor.getVariableValue(byte[] stack,
Offset offset,
byte[] types,
BaselineCompiledMethod compiledMethod,
boolean kind,
ExecutionState state) |