Searched refs:hpsgData (Results 1 - 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DHeapSegment.java134 * position of hpsgData.
139 * of hpsgData.
149 * hpsgData.
155 * hpsgData.
246 * @param hpsgData The raw data from an HPSG chunk.
247 * @throws BufferUnderflowException if hpsgData is too small
250 public HeapSegment(ByteBuffer hpsgData) throws BufferUnderflowException { argument
255 hpsgData.order(ByteOrder.BIG_ENDIAN);
256 mHeapId = hpsgData.getInt();
257 mAllocationUnitSize = hpsgData
[all...]

Completed in 52 milliseconds