Package | Description |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.runtimesupport |
Modifier and Type | Field and Description |
---|---|
private LinkedListRVM<GCIRMapElement> |
GCIRMap.list
This is the list of maps.
|
Modifier and Type | Method and Description |
---|---|
GCIRMapElement |
GCIRMapElement.createTwin(Instruction inst)
Creates a twin entry: required when the same MIR GC point
is split into two instructions, both of which are PEIs
after register allocation/GCIRMap creation.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GCIRMapElement> |
GCIRMap.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
OptGCMap.generateGCMapEntry(GCIRMapElement irMapElem)
Construct the GCMap for the argument GCIRMapElement
|