Uses of Class
org.mmtk.vm.TraceInterface

Packages that use TraceInterface
org.jikesrvm.mm.mmtk   
org.mmtk.vm   
 

Uses of TraceInterface in org.jikesrvm.mm.mmtk
 

Subclasses of TraceInterface in org.jikesrvm.mm.mmtk
 class TraceInterface
          Class that supports scanning Objects or Arrays for references during tracing, handling those references, and computing death times
 

Methods in org.jikesrvm.mm.mmtk that return TraceInterface
 TraceInterface Factory.newTraceInterface()
           
 

Uses of TraceInterface in org.mmtk.vm
 

Fields in org.mmtk.vm declared as TraceInterface
static TraceInterface VM.traceInterface
           
 

Methods in org.mmtk.vm that return TraceInterface
abstract  TraceInterface Factory.newTraceInterface()
          Create a new TraceInterface instance using the appropriate VM-specific concrete TraceInterface sub-class.