|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WordArray in org.jikesrvm |
---|
Constructors in org.jikesrvm with parameters of type WordArray | |
---|---|
ArchitectureSpecific.BaselineGCMapIterator(WordArray registerLocations)
|
|
ArchitectureSpecific.JNIGCMapIterator(WordArray registerLocations)
|
|
ArchitectureSpecificOpt.OptGCMapIterator(WordArray registerLocations)
|
Uses of WordArray in org.jikesrvm.compilers.baseline.ia32 |
---|
Constructors in org.jikesrvm.compilers.baseline.ia32 with parameters of type WordArray | |
---|---|
BaselineGCMapIterator(WordArray registerLocations)
Constructor. |
Uses of WordArray in org.jikesrvm.compilers.common |
---|
Constructors in org.jikesrvm.compilers.common with parameters of type WordArray | |
---|---|
HardwareTrapGCMapIterator(WordArray registerLocations)
|
Uses of WordArray in org.jikesrvm.compilers.opt.runtimesupport |
---|
Constructors in org.jikesrvm.compilers.opt.runtimesupport with parameters of type WordArray | |
---|---|
OptGenericGCMapIterator(WordArray registerLocations)
|
Uses of WordArray in org.jikesrvm.compilers.opt.runtimesupport.ia32 |
---|
Constructors in org.jikesrvm.compilers.opt.runtimesupport.ia32 with parameters of type WordArray | |
---|---|
OptGCMapIterator(WordArray registerLocations)
|
Uses of WordArray in org.jikesrvm.ia32 |
---|
Fields in org.jikesrvm.ia32 declared as WordArray | |
---|---|
WordArray |
Registers.gprs
General purpose registers |
WordArray |
Registers.gprsShadow
|
Methods in org.jikesrvm.ia32 with parameters of type WordArray | |
---|---|
static void |
MachineReflection.packageParameters(RVMMethod method,
Object thisArg,
Object[] otherArgs,
WordArray GPRs,
double[] FPRs,
byte[] FPRmeta,
WordArray Parameters)
Collect parameters into arrays of registers/spills, as required to call specified method. |
Uses of WordArray in org.jikesrvm.jni.ia32 |
---|
Constructors in org.jikesrvm.jni.ia32 with parameters of type WordArray | |
---|---|
JNIGCMapIterator(WordArray registerLocations)
|
Uses of WordArray in org.jikesrvm.mm.mminterface |
---|
Fields in org.jikesrvm.mm.mminterface declared as WordArray | |
---|---|
WordArray |
GCMapIterator.registerLocations
address where each gpr register was saved by previously scanned stackframe(s) |
private WordArray |
GCMapIteratorGroup.registerLocations
current location (memory address) of each gpr register |
Methods in org.jikesrvm.mm.mminterface that return WordArray | |
---|---|
static WordArray |
MemoryManager.newNonMovingWordArray(int size)
Allocate a non moving word array |
Uses of WordArray in org.jikesrvm.osr.ia32 |
---|
Fields in org.jikesrvm.osr.ia32 declared as WordArray | |
---|---|
(package private) WordArray |
TempRegisters.gprs
|
Methods in org.jikesrvm.osr.ia32 with parameters of type WordArray | |
---|---|
private static void |
OptExecutionStateExtractor.dumpRegisterContent(WordArray gprs)
|
Uses of WordArray in org.jikesrvm.runtime |
---|
Fields in org.jikesrvm.runtime declared as WordArray | |
---|---|
private static WordArray |
Reflection.emptyWordArray
|
Methods in org.jikesrvm.runtime with parameters of type WordArray | |
---|---|
static double |
Magic.invokeMethodReturningDouble(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
static float |
Magic.invokeMethodReturningFloat(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
static int |
Magic.invokeMethodReturningInt(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
static long |
Magic.invokeMethodReturningLong(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
static Object |
Magic.invokeMethodReturningObject(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
static void |
Magic.invokeMethodReturningVoid(ArchitectureSpecific.CodeArray code,
WordArray gprs,
double[] fprs,
byte[] fprmeta,
WordArray spills)
Call arbitrary method with argument list. |
Uses of WordArray in org.vmmagic.unboxed |
---|
Methods in org.vmmagic.unboxed that return WordArray | |
---|---|
static WordArray |
WordArray.create(int size)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |