Uses of Interface
org.jikesrvm.ArchitectureSpecificOpt.OptGCMapIteratorConstants

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

Uses of ArchitectureSpecificOpt.OptGCMapIteratorConstants in org.jikesrvm
 

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

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

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

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

Uses of ArchitectureSpecificOpt.OptGCMapIteratorConstants in org.jikesrvm.osr
 

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