Uses of Interface
org.jikesrvm.compilers.opt.runtimesupport.ia32.OptGCMapIteratorConstants

Packages that use OptGCMapIteratorConstants
org.jikesrvm   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.runtimesupport.ia32   
org.jikesrvm.osr   
 

Uses of OptGCMapIteratorConstants in org.jikesrvm
 

Subinterfaces of OptGCMapIteratorConstants in org.jikesrvm
static interface ArchitectureSpecificOpt.OptGCMapIteratorConstants
           
 

Classes in org.jikesrvm that implement OptGCMapIteratorConstants
static class ArchitectureSpecificOpt.OptGCMapIterator
           
 

Uses of OptGCMapIteratorConstants in org.jikesrvm.compilers.opt.runtimesupport
 

Classes in org.jikesrvm.compilers.opt.runtimesupport that implement OptGCMapIteratorConstants
 class OptGCMap
          A class that encapsulates the GCMap portion of the machine code maps.
 class OptGenericGCMapIterator
          This class contains its architecture-independent code for iteration across the references represented by a frame built by the OPT compiler.
 

Uses of OptGCMapIteratorConstants in org.jikesrvm.compilers.opt.runtimesupport.ia32
 

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

Uses of OptGCMapIteratorConstants in org.jikesrvm.osr
 

Classes in org.jikesrvm.osr that implement OptGCMapIteratorConstants
 class EncodedOSRMap
          EncodedOSRMap provides the similar function as GC map in OptMachineCodeMap.