Lines Matching refs:readu4
32 def readu4(hprof): function
44 return readu4(hprof)
109 idsize = readu4(hprof)
140 timestamp = (readu4(hprof) << 32) | readu4(hprof)
148 time = readu4(hprof)
149 length = readu4(hprof)
156 serial = readu4(hprof)
158 stack = readu4(hprof)
168 serial = readu4(hprof)
169 line = readu4(hprof);
172 serial = readu4(hprof)
174 thread = readu4(hprof)
175 frames = readu4(hprof)
180 cutoff_ratio = readu4(hprof)
181 live_bytes = readu4(hprof)
182 live_insts = readu4(hprof)
185 numsites = readu4(hprof)
188 class_serial = readu4(hprof)
189 stack = readu4(hprof)
190 live_bytes = readu4(hprof)
191 live_insts = readu4(hprof)
192 alloc_bytes = readu4(hprof)
193 alloc_insts = readu4(hprof)
196 thread = readu4(hprof)
198 stack = readu4(hprof)
204 thread = readu4(hprof)
224 thread = readu4(hprof) ; length -= 4
225 frame = readu4(hprof) ; length -= 4
229 serial = readu4(hprof) ; length -= 4
230 frame = readu4(hprof) ; length -= 4
233 serial = readu4(hprof) ; length -= 4
241 thread = readu4(hprof) ; length -= 4
247 serial = readu4(hprof) ; length -= 4
248 stack = readu4(hprof) ; length -= 4
253 print " stack trace serial number: #%d" % readu4(hprof) ; length -= 4
260 print " instance size (in bytes): %d" % readu4(hprof) ; length -= 4
287 stack = readu4(hprof) ; length -= 4
290 datalen = readu4(hprof) ; length -= 4
296 stack = readu4(hprof) ; length -= 4
298 count = readu4(hprof) ; length -= 4
304 stack = readu4(hprof) ; length -= 4
305 count = readu4(hprof) ; length -= 4
318 hty = readu4(hprof) ; length -= 4
324 flags = readu4(hprof)