Lines Matching refs:idsize

109 idsize = readu4(hprof)  variable
110 print "ID Size: %d bytes" % idsize
112 return readN(idsize, hprof)
116 return idsize
152 string = hprof.read(length - idsize)
176 hprof.read(idsize * frames)
216 objid = readID(hprof) ; length -= idsize
219 objid = readID(hprof) ; length -= idsize
220 ref = readID(hprof) ; length -= idsize
223 objid = readID(hprof) ; length -= idsize
228 objid = readID(hprof) ; length -= idsize
232 objid = readID(hprof) ; length -= idsize
237 objid = readID(hprof) ; length -= idsize
240 objid = readID(hprof) ; length -= idsize
244 objid = readID(hprof) ; length -= idsize
246 threadid = readID(hprof) ; length -= idsize
252 print " class class object ID: %s" % showclassobj(readID(hprof)) ; length -= idsize
254 print " super class object ID: @%x" % readID(hprof) ; length -= idsize
255 print " class loader object ID: @%x" % readID(hprof) ; length -= idsize
256 print " signers object ID: @%x" % readID(hprof) ; length -= idsize
257 print " protection domain object ID: @%x" % readID(hprof) ; length -= idsize
258 print " reserved: @%x" % readID(hprof) ; length -= idsize
259 print " reserved: @%x" % readID(hprof) ; length -= idsize
273 nameid = readID(hprof) ; length -= idsize
281 nameid = readID(hprof) ; length -= idsize
286 print " object ID: @%x" % readID(hprof) ; length -= idsize
289 print " class object ID: %s" % showclassobj(readID(hprof)) ; length -= idsize
295 print " array object ID: @%x" % readID(hprof) ; length -= idsize
299 print " array class object ID: %s" % showclassobj(readID(hprof)) ; length -= idsize
300 hprof.read(idsize * count) ; length -= (idsize * count)
303 print " array object ID: @%x" % readID(hprof) ; length -= idsize
310 objid = readID(hprof) ; length -= idsize
312 objid = readID(hprof) ; length -= idsize
313 print " HPROF ROOT DEBUGGER @%x (at offset %d)" % (objid, hprof.tell() - (idsize + 1))
315 objid = readID(hprof) ; length -= idsize
319 hnameid = readID(hprof) ; length -= idsize