Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java210 int recordLength = hprof.getU4(); in parseInternal() local
214 byte[] bytes = new byte[recordLength - idSize]; in parseInternal()
280 int endOfRecord = hprof.tell() + recordLength; in parseInternal()
574 hprof.skip(recordLength); in parseInternal()