|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalRegPair | |
---|---|
org.jikesrvm.compilers.opt.regalloc | |
org.jikesrvm.osr |
Uses of LocalRegPair in org.jikesrvm.compilers.opt.regalloc |
---|
Methods in org.jikesrvm.compilers.opt.regalloc with parameters of type LocalRegPair | |
---|---|
(package private) void |
LinearScan.UpdateOSRMaps.setRealPosition(IR ir,
LocalRegPair tuple,
Register sym_reg)
|
(package private) static void |
LinearScan.UpdateOSRMaps.setTupleValue(LocalRegPair tuple,
byte type,
int value)
|
(package private) static void |
LinearScan.UpdateOSRMaps.setTupleValue(LocalRegPair tuple,
byte type,
Word value)
|
Uses of LocalRegPair in org.jikesrvm.osr |
---|
Fields in org.jikesrvm.osr declared as LocalRegPair | |
---|---|
LocalRegPair |
LocalRegPair._otherHalf
A LONG variable takes two symbolic registers, we need to know another half part. |
Fields in org.jikesrvm.osr with type parameters of type LocalRegPair | |
---|---|
LinkedList<LocalRegPair> |
MethodVariables.tupleList
a list of variables |
Methods in org.jikesrvm.osr that return LocalRegPair | |
---|---|
LocalRegPair |
LocalRegPair.copy()
|
Methods in org.jikesrvm.osr that return types with arguments of type LocalRegPair | |
---|---|
LinkedList<LocalRegPair> |
MethodVariables.getTupleList()
|
Methods in org.jikesrvm.osr with parameters of type LocalRegPair | |
---|---|
private void |
EncodedOSRMap.processTuple(ArrayList<Integer> tempOsrMaps,
LocalRegPair tuple,
boolean isLast)
Process on 32-bit tuple. |
Constructor parameters in org.jikesrvm.osr with type arguments of type LocalRegPair | |
---|---|
MethodVariables(int mid,
int pc,
LinkedList<LocalRegPair> tupleList)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |