Uses of Interface
org.jikesrvm.objectmodel.ThinLockConstants

Packages that use ThinLockConstants
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 ThinLockConstants in org.jikesrvm
 

Subinterfaces of ThinLockConstants in org.jikesrvm
static interface ArchitectureSpecific.BaselineConstants
           
 interface Constants
          Constants describing VM object, stack, and register characteristics.
 

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

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

Uses of ThinLockConstants in org.jikesrvm.adaptive.controller
 

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

Uses of ThinLockConstants in org.jikesrvm.adaptive.recompilation
 

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

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

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

Uses of ThinLockConstants in org.jikesrvm.classloader
 

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

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

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

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

Uses of ThinLockConstants in org.jikesrvm.compilers.opt
 

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

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

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

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

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

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

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

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

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

Uses of ThinLockConstants in org.jikesrvm.ia32
 

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

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

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

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

Uses of ThinLockConstants in org.jikesrvm.mm.mmtk
 

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

Uses of ThinLockConstants in org.jikesrvm.objectmodel
 

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

Uses of ThinLockConstants in org.jikesrvm.osr
 

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

Uses of ThinLockConstants in org.jikesrvm.osr.ia32
 

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

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

Classes in org.jikesrvm.scheduler that implement ThinLockConstants
 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.
 class ThinLock
          Implementation of thin locks.