Lines Matching refs:serial
87 def showloaded(serial): argument
88 if serial in loaded:
89 return showstr(loaded[serial])
90 return "SERIAL[@%x]" % serial
156 serial = readu4(hprof) variable
160 loaded[serial] = classname
162 print "LOAD CLASS #%d %s @%x stack=@%x" % (serial, showstr(classname), classobj, stack)
168 serial = readu4(hprof) variable
170 …%s' '%s' line=%d classserial=%d" % (id, showstr(method), showstr(sig), showstr(file), line, serial)
172 serial = readu4(hprof) variable
173 print "STACK TRACE %d" % serial
229 serial = readu4(hprof) ; length -= 4 variable
233 serial = readu4(hprof) ; length -= 4 variable
234 print " ROOT NATIVE STACK serial=%d" % serial
247 serial = readu4(hprof) ; length -= 4 variable
249 print " ROOT THREAD OBJECT threadid=@%x serial=%d" % (threadid, serial)