Home
last modified time | relevance | path

Searched refs:idSize (Results 1 – 1 of 1) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java165 int idSize; in parseInternal() local
173 idSize = hprof.getU4(); in parseInternal()
174 if (idSize == 8) { in parseInternal()
176 } else if (idSize != 4) { in parseInternal()
177 throw new HprofFormatException("Id size " + idSize + " not supported."); in parseInternal()
214 byte[] bytes = new byte[recordLength - idSize]; in parseInternal()
360 hprof.skip(type.size(idSize)); in parseInternal()
372 staticFieldsSize += type.size(idSize); in parseInternal()
416 hprof.skip(length * idSize); in parseInternal()
420 AhatArrayInstance obj = new AhatArrayInstance(objectId, idSize); in parseInternal()
[all …]