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

Packages that use ByteStream
org.jikesrvm.mm.mmtk   
org.jikesrvm.mm.mmtk.gcspy   
org.mmtk.vm   
 

Uses of ByteStream in org.jikesrvm.mm.mmtk
 

Methods in org.jikesrvm.mm.mmtk that return ByteStream
 ByteStream Factory.newGCspyByteStream(AbstractDriver driver, String name, byte minValue, byte maxValue, byte zeroValue, byte defaultValue, String stringPre, String stringPost, int presentation, int paintStyle, int indexMaxStream, Color colour, boolean summary)
           
 

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

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

Uses of ByteStream in org.mmtk.vm
 

Methods in org.mmtk.vm that return ByteStream
static ByteStream VM.newGCspyByteStream(AbstractDriver driver, String name, byte minValue, byte maxValue, byte zeroValue, byte defaultValue, String stringPre, String stringPost, int presentation, int paintStyle, int indexMaxStream, Color colour, boolean summary)
          Create a new ByteStream instance using the appropriate VM-specific concrete ByteStream sub-class.
abstract  ByteStream Factory.newGCspyByteStream(AbstractDriver driver, String name, byte minValue, byte maxValue, byte zeroValue, byte defaultValue, String stringPre, String stringPost, int presentation, int paintStyle, int indexMaxStream, Color colour, boolean summary)
          Create a new ByteStream instance using the appropriate VM-specific concrete ByteStream sub-class.