Uses of Class
org.mmtk.policy.CopySpace

Packages that use CopySpace
org.mmtk.plan.copyms   
org.mmtk.plan.generational   
org.mmtk.plan.generational.copying   
org.mmtk.plan.refcount.generational   
org.mmtk.plan.semispace   
org.mmtk.plan.semispace.gcspy   
org.mmtk.policy   
 

Uses of CopySpace in org.mmtk.plan.copyms
 

Fields in org.mmtk.plan.copyms declared as CopySpace
static CopySpace CopyMS.nurserySpace
           
 

Uses of CopySpace in org.mmtk.plan.generational
 

Fields in org.mmtk.plan.generational declared as CopySpace
static CopySpace Gen.nurserySpace
           
 

Uses of CopySpace in org.mmtk.plan.generational.copying
 

Fields in org.mmtk.plan.generational.copying declared as CopySpace
(package private) static CopySpace GenCopy.matureSpace0
          The low half of the copying mature space.
(package private) static CopySpace GenCopy.matureSpace1
          The high half of the copying mature space.
 

Methods in org.mmtk.plan.generational.copying that return CopySpace
(package private) static CopySpace GenCopy.fromSpace()
           
(package private) static CopySpace GenCopy.toSpace()
           
 

Uses of CopySpace in org.mmtk.plan.refcount.generational
 

Fields in org.mmtk.plan.refcount.generational declared as CopySpace
static CopySpace GenRC.nurserySpace
          The nursery space is where all new objects are allocated by default
 

Uses of CopySpace in org.mmtk.plan.semispace
 

Fields in org.mmtk.plan.semispace declared as CopySpace
static CopySpace SS.copySpace0
          One of the two semi spaces that alternate roles at each collection
static CopySpace SS.copySpace1
          One of the two semi spaces that alternate roles at each collection
 

Methods in org.mmtk.plan.semispace that return CopySpace
static CopySpace SS.fromSpace()
           
static CopySpace SS.toSpace()
           
 

Uses of CopySpace in org.mmtk.plan.semispace.gcspy
 

Methods in org.mmtk.plan.semispace.gcspy with parameters of type CopySpace
private  void SSGCspyMutator.debugSpaces(CopySpace scannedSpace)
          Debugging info for the semispaces
private  void SSGCspyCollector.debugSpaces(CopySpace scannedSpace)
          Print some debugging info
private  LinearSpaceDriver SSGCspy.newLinearSpaceDriver(String name, CopySpace space, boolean mainSpace)
          Create a new LinearSpaceDriver TODO is this the best name or should we call it LargeObjectSpaceDriver?
 

Uses of CopySpace in org.mmtk.policy
 

Constructors in org.mmtk.policy with parameters of type CopySpace
CopyLocal(CopySpace space)
          Constructor