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.java206 while (hprof.hasRemaining()) { in parseInternal()
925 public boolean hasRemaining() { in hasRemaining() method in Parser.HprofBuffer
926 return mBuffer.hasRemaining(); in hasRemaining()