Uses of Class
org.mmtk.policy.RawPageSpace

Packages that use RawPageSpace
org.mmtk.plan   
org.mmtk.plan.semispace.gctrace   
org.mmtk.utility   
org.mmtk.utility.deque   
org.mmtk.utility.sanitychecker   
 

Uses of RawPageSpace in org.mmtk.plan
 

Fields in org.mmtk.plan declared as RawPageSpace
static RawPageSpace Plan.metaDataSpace
          All meta data that is used by MMTk is allocated (and accounted for) in the meta data space.
static RawPageSpace Plan.sanitySpace
          Space used by the sanity checker (used at runtime only if sanity checking enabled
 

Constructors in org.mmtk.plan with parameters of type RawPageSpace
Trace(RawPageSpace metaDataSpace)
          Constructor
 

Uses of RawPageSpace in org.mmtk.plan.semispace.gctrace
 

Fields in org.mmtk.plan.semispace.gctrace declared as RawPageSpace
static RawPageSpace GCTrace.traceSpace
           
 

Uses of RawPageSpace in org.mmtk.utility
 

Fields in org.mmtk.utility declared as RawPageSpace
private  RawPageSpace SimpleHashtable.space
          The space to use for allocating the data structure
 

Constructors in org.mmtk.utility with parameters of type RawPageSpace
SimpleHashtable(RawPageSpace rps, int logSize, Extent es)
          Create a new data table of a specified size.
 

Uses of RawPageSpace in org.mmtk.utility.deque
 

Fields in org.mmtk.utility.deque declared as RawPageSpace
private  RawPageSpace SharedDeque.rps
          Raw page space from which to allocate
 

Constructors in org.mmtk.utility.deque with parameters of type RawPageSpace
SharedDeque(String name, RawPageSpace rps, int arity)
          Constructor
SortSharedDeque(String name, RawPageSpace rps, int arity)
          Constructor
SortTODSharedDeque(String name, RawPageSpace rps, int arity)
          Constructor
 

Uses of RawPageSpace in org.mmtk.utility.sanitychecker
 

Constructors in org.mmtk.utility.sanitychecker with parameters of type RawPageSpace
SanityDataTable(RawPageSpace rps, int logSize)
          Create a new data table of a specified size.