|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TIBLayoutConstants in org.jikesrvm |
---|
Subinterfaces of TIBLayoutConstants in org.jikesrvm | |
---|---|
static interface |
ArchitectureSpecific.BaselineConstants
|
interface |
Constants
Constants describing VM object, stack, and register characteristics. |
Classes in org.jikesrvm that implement TIBLayoutConstants | |
---|---|
static class |
ArchitectureSpecific.BaselineCompilerImpl
|
static class |
ArchitectureSpecific.BaselineExceptionDeliverer
|
static class |
ArchitectureSpecific.BaselineGCMapIterator
|
static class |
ArchitectureSpecific.JNICompiler
|
static class |
ArchitectureSpecific.JNIGCMapIterator
|
static class |
ArchitectureSpecific.LazyCompilationTrampoline
|
static class |
ArchitectureSpecific.OutOfLineMachineCode
|
static class |
ArchitectureSpecificOpt.AssemblerOpt
|
static class |
ArchitectureSpecificOpt.BaselineExecutionStateExtractor
|
static class |
ArchitectureSpecificOpt.CodeInstaller
|
static class |
ArchitectureSpecificOpt.OptExecutionStateExtractor
|
static class |
ArchitectureSpecificOpt.OptGCMapIterator
|
static class |
ArchitectureSpecificOpt.PostThreadSwitch
|
class |
VM
A virtual machine. |
Uses of TIBLayoutConstants in org.jikesrvm.adaptive |
---|
Classes in org.jikesrvm.adaptive that implement TIBLayoutConstants | |
---|---|
class |
OnStackReplacementPlan
A OSR_ControllerOnStackReplacementPlan is scheduled by ControllerThread, and executed by the RecompilationThread. |
Uses of TIBLayoutConstants in org.jikesrvm.adaptive.controller |
---|
Classes in org.jikesrvm.adaptive.controller that implement TIBLayoutConstants | |
---|---|
class |
ControllerMemory
This class records decisions taken by the controller. |
Uses of TIBLayoutConstants in org.jikesrvm.adaptive.recompilation |
---|
Classes in org.jikesrvm.adaptive.recompilation that implement TIBLayoutConstants | |
---|---|
class |
CompilerDNA
This class codifies the cost/benefit properties of the various compilers used in the adaptive optimization system. |
Uses of TIBLayoutConstants in org.jikesrvm.adaptive.recompilation.instrumentation |
---|
Classes in org.jikesrvm.adaptive.recompilation.instrumentation that implement TIBLayoutConstants | |
---|---|
class |
CounterBasedSampling
Contains necessary infrastructure to perform counter-based sampling used with the instrumentation sampling code (PLDI'01) (see InstrumentationSamplingFramework) |
Uses of TIBLayoutConstants in org.jikesrvm.classloader |
---|
Classes in org.jikesrvm.classloader that implement TIBLayoutConstants | |
---|---|
class |
AbstractMethod
An abstract method of a java class. |
class |
ClassFileReader
Support code to parse a DataInputStream in the Java classfile format and create the appropriate instance of an RVMClass or UnboxedType. |
class |
DynamicTypeCheck
Data structures and code for fast dynamic type checking. |
class |
InterfaceInvocation
Runtime system mechanisms and data structures to implement interface invocation. |
class |
InterfaceMethodSignature
An interface method signature is a pair of atoms: interfaceMethodName + interfaceMethodDescriptor. |
class |
NativeMethod
A native method of a java class. |
class |
NormalMethod
A method of a java class that has bytecodes. |
class |
Primitive
Description of a java "primitive" type (int, float, etc.) |
class |
RVMArray
Description of a java "array" type. |
class |
RVMClass
Description of a java "class" type. |
class |
RVMClassLoader
Manufacture type descriptions as needed by the running virtual machine. |
class |
RVMField
A field of a java class. |
class |
RVMMember
A field or method of a java class. |
class |
RVMMethod
A method of a java class corresponding to a method_info structure in the class file. |
class |
RVMType
A description of a java type. |
class |
TableBasedDynamicLinker
Dynamic linking via indirection tables. |
class |
UnboxedType
Description of an Unboxed Magic type. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.baseline |
---|
Classes in org.jikesrvm.compilers.baseline that implement TIBLayoutConstants | |
---|---|
class |
BaselineCompiledMethod
Compiler-specific information associated with a method's machine instructions. |
(package private) class |
JSRInfo
Scratch space for JSR processing. |
class |
ReferenceMaps
class that provides stack (and local var) map for a baseline compiled method GC uses the methods provided here |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.baseline.ia32 |
---|
Classes in org.jikesrvm.compilers.baseline.ia32 that implement TIBLayoutConstants | |
---|---|
(package private) class |
Barriers
Class called from baseline compiler to generate architecture specific write barriers for garbage collectors. |
class |
BaselineCompilerImpl
BaselineCompilerImpl is the baseline compiler implementation for the IA32 architecture. |
class |
BaselineExceptionDeliverer
Handle exception delivery and stack unwinding for methods compiled by baseline compiler. |
class |
BaselineGCMapIterator
Iterator for stack frame built by the Baseline compiler. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.common |
---|
Classes in org.jikesrvm.compilers.common that implement TIBLayoutConstants | |
---|---|
class |
RuntimeCompiler
Harness to select which compiler to dynamically compile a method in first invocation. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt |
---|
Classes in org.jikesrvm.compilers.opt that implement TIBLayoutConstants | |
---|---|
class |
ClassLoaderProxy
|
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.bc2ir |
---|
Classes in org.jikesrvm.compilers.opt.bc2ir that implement TIBLayoutConstants | |
---|---|
class |
GenerateMagic
This class implements the non-machine-specific magics for the opt compiler. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.ir |
---|
Classes in org.jikesrvm.compilers.opt.ir that implement TIBLayoutConstants | |
---|---|
class |
Instruction
Instructions are the basic atomic unit of the IR. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.mir2mc |
---|
Classes in org.jikesrvm.compilers.opt.mir2mc that implement TIBLayoutConstants | |
---|---|
(package private) class |
AssemblerDriver
A compiler phase that generates machine code instructions and maps. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.mir2mc.ia32 |
---|
Classes in org.jikesrvm.compilers.opt.mir2mc.ia32 that implement TIBLayoutConstants | |
---|---|
(package private) class |
AssemblerBase
This class provides support functionality used by the generated Assembler; it handles basic impedance-matching functionality such as determining which addressing mode is suitable for a given IA32MemoryOperand. |
class |
AssemblerOpt
This class is the automatically-generated assembler for the optimizing compiler. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.runtimesupport |
---|
Classes in org.jikesrvm.compilers.opt.runtimesupport that implement TIBLayoutConstants | |
---|---|
class |
OptGenericGCMapIterator
This class contains its architecture-independent code for iteration across the references represented by a frame built by the OPT compiler. |
class |
OptMachineCodeMap
A class that encapsulates mapping information about generated machine code. |
Uses of TIBLayoutConstants in org.jikesrvm.compilers.opt.runtimesupport.ia32 |
---|
Classes in org.jikesrvm.compilers.opt.runtimesupport.ia32 that implement TIBLayoutConstants | |
---|---|
class |
OptGCMapIterator
An instance of this class provides iteration across the references represented by a frame built by the OPT compiler. |
Uses of TIBLayoutConstants in org.jikesrvm.ia32 |
---|
Subinterfaces of TIBLayoutConstants in org.jikesrvm.ia32 | |
---|---|
interface |
BaselineConstants
Registers used by baseline compiler implementation of virtual machine. |
Classes in org.jikesrvm.ia32 that implement TIBLayoutConstants | |
---|---|
class |
LazyCompilationTrampoline
Generate a "trampoline" that jumps to the shared lazy compilation stub. |
class |
OutOfLineMachineCode
A place to put hand written machine code typically invoked by Magic methods. |
Uses of TIBLayoutConstants in org.jikesrvm.jni.ia32 |
---|
Classes in org.jikesrvm.jni.ia32 that implement TIBLayoutConstants | |
---|---|
class |
JNICompiler
This class compiles the prolog and epilog for all code that makes the transition between Java and Native C for the 2 cases: from Java to C: all user-defined native methods C to Java: all JNI functions in JNIFunctions
When performing the transitions the values in registers and on the stack need
to be treated with care, but also when transitioning into Java we need to do
a spin-wait if a GC is underway. |
class |
JNIGCMapIterator
Iterator for stack frames inserted at the transition from Java to JNI Native C. |
Uses of TIBLayoutConstants in org.jikesrvm.mm.mminterface |
---|
Classes in org.jikesrvm.mm.mminterface that implement TIBLayoutConstants | |
---|---|
class |
DebugUtil
Common debugging utility functions used by various garbage collectors |
Uses of TIBLayoutConstants in org.jikesrvm.mm.mmtk |
---|
Classes in org.jikesrvm.mm.mmtk that implement TIBLayoutConstants | |
---|---|
class |
Collection
|
class |
ObjectModel
|
class |
ScanThread
Class that supports scanning thread stacks for references during collections. |
Uses of TIBLayoutConstants in org.jikesrvm.objectmodel |
---|
Subinterfaces of TIBLayoutConstants in org.jikesrvm.objectmodel | |
---|---|
interface |
MiscHeaderConstants
Defines other header words not used for core Java language support of memory allocation. |
Classes in org.jikesrvm.objectmodel that implement TIBLayoutConstants | |
---|---|
class |
MiscHeader
Defines other header words not used for core Java language support of memory allocation. |
class |
TIB
This class represents an instance of a type information block, at runtime it is an array with Object elements. |
Uses of TIBLayoutConstants in org.jikesrvm.osr |
---|
Classes in org.jikesrvm.osr that implement TIBLayoutConstants | |
---|---|
class |
ExecutionStateExtractor
A ExecutionStateExtractor extracts a runtime state (VM scope descriptor) of a method activation. |
Uses of TIBLayoutConstants in org.jikesrvm.osr.ia32 |
---|
Classes in org.jikesrvm.osr.ia32 that implement TIBLayoutConstants | |
---|---|
class |
BaselineExecutionStateExtractor
A class that retrieves the VM scope descriptor from a suspended thread whose top method was compiled by the baseline compiler. |
class |
CodeInstaller
CodeInstaller generates a glue code which recovers registers and from the stack frames and branch to the newly compiled method instructions. |
class |
OptExecutionStateExtractor
OptExecutionStateExtractor is a subclass of ExecutionStateExtractor. |
class |
PostThreadSwitch
A class helps schedule OSRed method, it is called right after thread switch and highly depends on the calling convention. |
Uses of TIBLayoutConstants in org.jikesrvm.runtime |
---|
Classes in org.jikesrvm.runtime that implement TIBLayoutConstants | |
---|---|
class |
DynamicLinker
Implement lazy compilation. |
class |
Reflection
Arch-independent portion of reflective method invoker. |
class |
RuntimeEntrypoints
Entrypoints into the runtime of the virtual machine. |
class |
Statics
The static fields and methods comprising a running virtual machine image. |
Uses of TIBLayoutConstants in org.jikesrvm.scheduler |
---|
Classes in org.jikesrvm.scheduler that implement TIBLayoutConstants | |
---|---|
class |
Lock
Lock provides RVM support for monitors and Java level synchronization. |
class |
RVMThread
A generic java thread's execution context. |
class |
SpinLock
Alternative (to Java monitors) light-weight synchronization mechanism to implement Java monitors Lock . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |