|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OptMachineCodeMap | |
|---|---|
| org.jikesrvm.compilers.opt.runtimesupport | |
| Uses of OptMachineCodeMap in org.jikesrvm.compilers.opt.runtimesupport |
|---|
| Fields in org.jikesrvm.compilers.opt.runtimesupport declared as OptMachineCodeMap | |
|---|---|
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 |
| Methods in org.jikesrvm.compilers.opt.runtimesupport that return OptMachineCodeMap | |
|---|---|
(package private) static OptMachineCodeMap |
OptMachineCodeMap.create(IR ir,
int machineCodeSize)
Create the map, called during compilation |
private static OptMachineCodeMap |
OptMachineCodeMap.generateMCInformation(GCIRMap irMap,
boolean DUMP_MAPS)
This method walks the IR map, and for each entry it creates the machine code mapping information for the entry. |
OptMachineCodeMap |
OptCompiledMethod.getMCMap()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||