Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java205 while (hprof.hasRemaining()) { in parseInternal()
919 public boolean hasRemaining() { in hasRemaining() method in Parser.HprofBuffer
920 return mBuffer.hasRemaining(); in hasRemaining()