Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java279 int endOfRecord = hprof.tell() + recordLength; in parseInternal() local
283 while (hprof.tell() < endOfRecord) { in parseInternal()