Package | Description |
---|---|
org.mmtk.plan.semispace.gcspy | |
org.mmtk.utility.alloc | |
org.mmtk.utility.gcspy.drivers |
Modifier and Type | Field and Description |
---|---|
(package private) static LinearSpaceDriver |
SSGCspy.ss0Driver |
(package private) static LinearSpaceDriver |
SSGCspy.ss1Driver |
Modifier and Type | Method and Description |
---|---|
private LinearSpaceDriver |
SSGCspyCollector.fromSpaceDriver() |
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?
|
private LinearSpaceDriver |
SSGCspyMutator.toSpaceDriver() |
private LinearSpaceDriver |
SSGCspyCollector.toSpaceDriver() |
Modifier and Type | Method and Description |
---|---|
void |
BumpPointer.gcspyGatherData(LinearSpaceDriver driver)
Gather data for GCspy.
|
void |
BumpPointer.gcspyGatherData(LinearSpaceDriver driver,
Space scanSpace)
Gather data for GCspy.
|
Modifier and Type | Class and Description |
---|---|
class |
GenImmortalSpaceDriver
GCspy driver for the MMTk generational immortal space.
|
class |
ImmortalSpaceDriver
GCspy driver for the contiguous MMTk ImmortalSpace.
|