| Package | Description | 
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.liveness | |
| org.jikesrvm.compilers.opt.runtimesupport | 
| Modifier and Type | Field and Description | 
|---|---|
| GCIRMap | MIRInfo. gcIRMapThe IRMap for the method (symbolic GCMapping info) | 
| Modifier and Type | Field and Description | 
|---|---|
| private GCIRMap | LiveAnalysis. mapThe GC map associated with the IR, optionally filled by this class | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |