Lines Matching refs:length

149   length = readu4(hprof)  variable
152 string = hprof.read(length - idsize)
212 while (length > 0):
213 subtag = readu1(hprof) ; length -= 1
216 objid = readID(hprof) ; length -= idsize
219 objid = readID(hprof) ; length -= idsize
220 ref = readID(hprof) ; length -= idsize
223 objid = readID(hprof) ; length -= idsize
224 thread = readu4(hprof) ; length -= 4
225 frame = readu4(hprof) ; length -= 4
228 objid = readID(hprof) ; length -= idsize
229 serial = readu4(hprof) ; length -= 4
230 frame = readu4(hprof) ; length -= 4
232 objid = readID(hprof) ; length -= idsize
233 serial = readu4(hprof) ; length -= 4
237 objid = readID(hprof) ; length -= idsize
240 objid = readID(hprof) ; length -= idsize
241 thread = readu4(hprof) ; length -= 4
244 objid = readID(hprof) ; length -= idsize
246 threadid = readID(hprof) ; length -= idsize
247 serial = readu4(hprof) ; length -= 4
248 stack = readu4(hprof) ; length -= 4
252 print " class class object ID: %s" % showclassobj(readID(hprof)) ; length -= idsize
253 print " stack trace serial number: #%d" % readu4(hprof) ; length -= 4
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
260 print " instance size (in bytes): %d" % readu4(hprof) ; length -= 4
262 poolsize = readu2(hprof) ; length -= 2
265 idx = readu2(hprof) ; length -= 2
266 ty = readu1(hprof) ; length -= 1
267 val = readval(ty, hprof) ; length -= valsize(ty)
269 numstatic = readu2(hprof) ; length -= 2
273 nameid = readID(hprof) ; length -= idsize
274 ty = readu1(hprof) ; length -= 1
275 val = readval(ty, hprof) ; length -= valsize(ty)
277 numinst = readu2(hprof) ; length -= 2
281 nameid = readID(hprof) ; length -= idsize
282 ty = readu1(hprof) ; length -= 1
286 print " object ID: @%x" % readID(hprof) ; length -= idsize
287 stack = readu4(hprof) ; length -= 4
289 print " class object ID: %s" % showclassobj(readID(hprof)) ; length -= idsize
290 datalen = readu4(hprof) ; length -= 4
292 data = hprof.read(datalen) ; length -= datalen
295 print " array object ID: @%x" % readID(hprof) ; length -= idsize
296 stack = readu4(hprof) ; length -= 4
298 count = readu4(hprof) ; length -= 4
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
304 stack = readu4(hprof) ; length -= 4
305 count = readu4(hprof) ; length -= 4
306 ty = readu1(hprof) ; length -= 1
307 hprof.read(valsize(ty)*count) ; length -= (valsize(ty)*count)
310 objid = readID(hprof) ; length -= idsize
312 objid = readID(hprof) ; length -= idsize
315 objid = readID(hprof) ; length -= idsize
318 hty = readu4(hprof) ; length -= 4
319 hnameid = readID(hprof) ; length -= idsize