Uses of Interface
org.jikesrvm.Constants

Packages that use Constants
org.jikesrvm   
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.adaptive.recompilation.instrumentation   
org.jikesrvm.classloader   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.common   
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.mir2mc   
org.jikesrvm.compilers.opt.mir2mc.ia32   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.runtimesupport.ia32   
org.jikesrvm.ia32   
org.jikesrvm.jni.ia32   
org.jikesrvm.mm.mminterface   
org.jikesrvm.mm.mmtk   
org.jikesrvm.objectmodel   
org.jikesrvm.osr   
org.jikesrvm.osr.ia32   
org.jikesrvm.runtime   
org.jikesrvm.scheduler   
 

Uses of Constants in org.jikesrvm
 

Subinterfaces of Constants in org.jikesrvm
static interface ArchitectureSpecific.BaselineConstants
           
 

Classes in org.jikesrvm that implement Constants
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 Constants in org.jikesrvm.adaptive
 

Classes in org.jikesrvm.adaptive that implement Constants
 class OnStackReplacementPlan
          A OSR_ControllerOnStackReplacementPlan is scheduled by ControllerThread, and executed by the RecompilationThread.
 

Uses of Constants in org.jikesrvm.adaptive.controller
 

Classes in org.jikesrvm.adaptive.controller that implement Constants
 class ControllerMemory
          This class records decisions taken by the controller.
 

Uses of Constants in org.jikesrvm.adaptive.recompilation
 

Classes in org.jikesrvm.adaptive.recompilation that implement Constants
 class CompilerDNA
          This class codifies the cost/benefit properties of the various compilers used in the adaptive optimization system.
 

Uses of Constants in org.jikesrvm.adaptive.recompilation.instrumentation
 

Classes in org.jikesrvm.adaptive.recompilation.instrumentation that implement Constants
 class CounterBasedSampling
          Contains necessary infrastructure to perform counter-based sampling used with the instrumentation sampling code (PLDI'01) (see InstrumentationSamplingFramework)
 

Uses of Constants in org.jikesrvm.classloader
 

Classes in org.jikesrvm.classloader that implement Constants
 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 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 Constants in org.jikesrvm.compilers.baseline
 

Classes in org.jikesrvm.compilers.baseline that implement Constants
 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 Constants in org.jikesrvm.compilers.baseline.ia32
 

Classes in org.jikesrvm.compilers.baseline.ia32 that implement Constants
(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 Constants in org.jikesrvm.compilers.common
 

Classes in org.jikesrvm.compilers.common that implement Constants
 class RuntimeCompiler
          Harness to select which compiler to dynamically compile a method in first invocation.
 

Uses of Constants in org.jikesrvm.compilers.opt
 

Classes in org.jikesrvm.compilers.opt that implement Constants
 class ClassLoaderProxy
           
 

Uses of Constants in org.jikesrvm.compilers.opt.ir
 

Classes in org.jikesrvm.compilers.opt.ir that implement Constants
 class Instruction
          Instructions are the basic atomic unit of the IR.
 

Uses of Constants in org.jikesrvm.compilers.opt.mir2mc
 

Classes in org.jikesrvm.compilers.opt.mir2mc that implement Constants
(package private)  class AssemblerDriver
          A compiler phase that generates machine code instructions and maps.
 

Uses of Constants in org.jikesrvm.compilers.opt.mir2mc.ia32
 

Classes in org.jikesrvm.compilers.opt.mir2mc.ia32 that implement Constants
(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 Constants in org.jikesrvm.compilers.opt.runtimesupport
 

Classes in org.jikesrvm.compilers.opt.runtimesupport that implement Constants
 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 Constants in org.jikesrvm.compilers.opt.runtimesupport.ia32
 

Classes in org.jikesrvm.compilers.opt.runtimesupport.ia32 that implement Constants
 class OptGCMapIterator
          An instance of this class provides iteration across the references represented by a frame built by the OPT compiler.
 

Uses of Constants in org.jikesrvm.ia32
 

Subinterfaces of Constants in org.jikesrvm.ia32
 interface BaselineConstants
          Registers used by baseline compiler implementation of virtual machine.
 

Classes in org.jikesrvm.ia32 that implement Constants
 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 Constants in org.jikesrvm.jni.ia32
 

Classes in org.jikesrvm.jni.ia32 that implement Constants
 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 Constants in org.jikesrvm.mm.mminterface
 

Classes in org.jikesrvm.mm.mminterface that implement Constants
 class DebugUtil
          Common debugging utility functions used by various garbage collectors
 

Uses of Constants in org.jikesrvm.mm.mmtk
 

Classes in org.jikesrvm.mm.mmtk that implement Constants
 class Collection
           
 class ObjectModel
           
 class ScanThread
          Class that supports scanning thread stacks for references during collections.
 

Uses of Constants in org.jikesrvm.objectmodel
 

Subinterfaces of Constants 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 Constants
 class MiscHeader
          Defines other header words not used for core Java language support of memory allocation.
 

Uses of Constants in org.jikesrvm.osr
 

Classes in org.jikesrvm.osr that implement Constants
 class ExecutionStateExtractor
          A ExecutionStateExtractor extracts a runtime state (VM scope descriptor) of a method activation.
 

Uses of Constants in org.jikesrvm.osr.ia32
 

Classes in org.jikesrvm.osr.ia32 that implement Constants
 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 Constants in org.jikesrvm.runtime
 

Classes in org.jikesrvm.runtime that implement Constants
 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 Constants in org.jikesrvm.scheduler
 

Classes in org.jikesrvm.scheduler that implement Constants
 class Lock
          Lock provides RVM support for monitors and Java level synchronization.
 class SpinLock
           Alternative (to Java monitors) light-weight synchronization mechanism to implement Java monitors Lock.