Lines Matching refs:id
81 def showstr(id): argument
82 if id in strs:
83 return strs[id]
84 return "STR[@%x]" % id
93 def showclassobj(id): argument
94 if id in classobjs:
95 return "%s @%x" % (showstr(classobjs[id]), id)
96 return "@%x" % id
151 id = readID(hprof) variable
153 print "%d: STRING %x %s" % (pos, id, repr(string))
154 strs[id] = string
164 id = readID(hprof) variable
170 …print "STACK FRAME %d '%s' '%s' '%s' line=%d classserial=%d" % (id, showstr(method), showstr(sig),…