Package | Description |
---|---|
org.jikesrvm.compilers.opt.runtimesupport |
Modifier and Type | Field and Description |
---|---|
private OptMachineCodeMap |
OptCompiledMethod._mcMap
The primary machine code maps
|
private static OptMachineCodeMap |
OptMachineCodeMap.emptyMachineCodeMap
A machine code map when no information is present
|
private OptMachineCodeMap |
OptGenericGCMapIterator.map
The GC map for this method
|
Modifier and Type | Method and Description |
---|---|
(package private) static OptMachineCodeMap |
OptMachineCodeMap.create(IR ir,
int machineCodeSize)
Creates the map, called during compilation
|
private static OptMachineCodeMap |
OptMachineCodeMap.generateMCInformation(GCIRMap irMap,
boolean DUMP_MAPS,
MachineCodeOffsets mcOffsets)
This method walks the IR map, and for each entry it creates
the machine code mapping information for the entry.
|
OptMachineCodeMap |
OptCompiledMethod.getMCMap() |