org.jikesrvm.tuningfork
Class SpaceDescriptorChunk
java.lang.Object
com.ibm.tuningfork.tracegen.chunk.RawChunk
com.ibm.tuningfork.tracegen.chunk.Chunk
org.jikesrvm.tuningfork.SpaceDescriptorChunk
public class SpaceDescriptorChunk
- extends Chunk
A chunk to encode Space index/Space name mappings.
Methods inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPACE_DESCRIPTOR_CHUNK_ID
private static final int SPACE_DESCRIPTOR_CHUNK_ID
- See Also:
- Constant Field Values
SPACE_DESCRIPTOR_COUNT_OFFSET
public static final int SPACE_DESCRIPTOR_COUNT_OFFSET
- See Also:
- Constant Field Values
SPACE_DESCRIPTOR_DATA_OFFSET
public static final int SPACE_DESCRIPTOR_DATA_OFFSET
- See Also:
- Constant Field Values
numSpaces
private int numSpaces
SpaceDescriptorChunk
SpaceDescriptorChunk()