Uses of Class
org.mmtk.vm.gcspy.IntStream

Packages that use IntStream
org.jikesrvm.mm.mmtk   
org.jikesrvm.mm.mmtk.gcspy   
org.mmtk.utility.gcspy.drivers   
org.mmtk.vm   
 

Uses of IntStream in org.jikesrvm.mm.mmtk
 

Methods in org.jikesrvm.mm.mmtk that return IntStream
 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)
           
 

Uses of IntStream in org.jikesrvm.mm.mmtk.gcspy
 

Subclasses of IntStream in org.jikesrvm.mm.mmtk.gcspy
 class IntStream
          Set up a GCspy Stream with data type INT_TYPE.
 

Uses of IntStream in org.mmtk.utility.gcspy.drivers
 

Fields in org.mmtk.utility.gcspy.drivers declared as IntStream
protected  IntStream LinearSpaceDriver.arrayUsedSpaceStream
           
protected  IntStream LinearSpaceDriver.scalarUsedSpaceStream
           
protected  IntStream TreadmillDriver.usedSpaceStream
           
 

Methods in org.mmtk.utility.gcspy.drivers that return IntStream
private  IntStream LinearSpaceDriver.createArrayUsedSpaceStream()
           
private  IntStream LinearSpaceDriver.createScalarUsedSpaceStream()
          Private creator methods to create the Streams.
private  IntStream TreadmillDriver.createUsedSpaceStream()
           
 

Uses of IntStream in org.mmtk.vm
 

Methods in org.mmtk.vm that return IntStream
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.
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.