Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java206 progress.update(hprof.tell()); in parseInternal()
279 int endOfRecord = hprof.tell() + recordLength; in parseInternal()
283 while (hprof.tell() < endOfRecord) { in parseInternal()
284 progress.update(hprof.tell()); in parseInternal()
397 ClassInstData data = new ClassInstData(hprof.tell()); in parseInternal()
414 ObjArrayData data = new ObjArrayData(length, hprof.tell()); in parseInternal()
933 public int tell() { in tell() method in Parser.HprofBuffer
949 seek(tell() + delta); in skip()
/art/tools/ahat/etc/
Dhprofdump.py146 pos = hprof.tell()
313 print " HPROF ROOT DEBUGGER @%x (at offset %d)" % (objid, hprof.tell() - (idsize + 1))