Uses of Class
org.jikesrvm.mm.mminterface.Selected.Collector

Packages that use Selected.Collector
org.jikesrvm.mm.mminterface   
 

Uses of Selected.Collector in org.jikesrvm.mm.mminterface
 

Fields in org.jikesrvm.mm.mminterface declared as Selected.Collector
 Selected.Collector ThreadContext.collectorContext
          The collector context to be used by the given thread.
 

Methods in org.jikesrvm.mm.mminterface that return Selected.Collector
static Selected.Collector Selected.Collector.get()
           
 

Methods in org.jikesrvm.mm.mminterface with parameters of type Selected.Collector
static Address MemoryManager.allocateSpace(Selected.Collector collector, int bytes, int align, int offset, int allocator, ObjectReference from)
          Allocate space for GC-time copying of an object