Searched refs:tell (Results 1 – 2 of 2) sorted by relevance
207 progress.update(hprof.tell()); in parseInternal()280 int endOfRecord = hprof.tell() + recordLength; in parseInternal()284 while (hprof.tell() < endOfRecord) { in parseInternal()285 progress.update(hprof.tell()); in parseInternal()398 ClassInstData data = new ClassInstData(hprof.tell()); in parseInternal()415 ObjArrayData data = new ObjArrayData(length, hprof.tell()); in parseInternal()939 public int tell() { in tell() method in Parser.HprofBuffer955 seek(tell() + delta); in skip()
146 pos = hprof.tell()313 print " HPROF ROOT DEBUGGER @%x (at offset %d)" % (objid, hprof.tell() - (idsize + 1))