Package | Description |
---|---|
org.jikesrvm.mm.mmtk | |
org.jikesrvm.mm.mmtk.gcspy | |
org.mmtk.utility.gcspy.drivers | |
org.mmtk.vm |
Provides classes that specify the interface between MMTk and the VM.
|
Modifier and Type | Method and Description |
---|---|
IntStream |
Factory.newGCspyIntStream(AbstractDriver driver,
String name,
int minValue,
int maxValue,
int zeroValue,
int defaultValue,
String stringPre,
String stringPost,
int presentation,
int paintStyle,
int indexMaxStream,
Color colour,
boolean summary) |
Modifier and Type | Class and Description |
---|---|
class |
IntStream
Set up a GCspy Stream with data type INT_TYPE.
|
Modifier and Type | Field and Description |
---|---|
protected IntStream |
LinearSpaceDriver.arrayUsedSpaceStream |
protected IntStream |
LinearSpaceDriver.scalarUsedSpaceStream |
protected IntStream |
TreadmillDriver.usedSpaceStream |
Modifier and Type | Method and Description |
---|---|
private IntStream |
LinearSpaceDriver.createArrayUsedSpaceStream() |
private IntStream |
LinearSpaceDriver.createScalarUsedSpaceStream() |
private IntStream |
TreadmillDriver.createUsedSpaceStream() |
Modifier and Type | Method and Description |
---|---|
abstract IntStream |
Factory.newGCspyIntStream(AbstractDriver driver,
String name,
int minValue,
int maxValue,
int zeroValue,
int defaultValue,
String stringPre,
String stringPost,
int presentation,
int paintStyle,
int indexMaxStream,
Color colour,
boolean summary)
Create a new IntStream instance using the appropriate
VM-specific concrete IntStream sub-class.
|
static IntStream |
VM.newGCspyIntStream(AbstractDriver driver,
String name,
int minValue,
int maxValue,
int zeroValue,
int defaultValue,
String stringPre,
String stringPost,
int presentation,
int paintStyle,
int indexMaxStream,
Color colour,
boolean summary)
Create a new IntStream instance using the appropriate
VM-specific concrete IntStream sub-class.
|