Home | History | Annotate | Download | only in etc

Lines Matching refs:readID

111 def readID(hprof):
151 id = readID(hprof)
157 classobj = readID(hprof)
159 classname = readID(hprof)
164 id = readID(hprof)
165 method = readID(hprof)
166 sig = readID(hprof)
167 file = readID(hprof)
197 object = readID(hprof)
199 name = readID(hprof)
200 group_name = readID(hprof)
201 pgroup_name = readID(hprof)
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
303 print " array object ID: @%x" % readID(hprof) ; length -= idsize
310 objid = readID(hprof) ; length -= idsize
312 objid = readID(hprof) ; length -= idsize
315 objid = readID(hprof) ; length -= idsize
319 hnameid = readID(hprof) ; length -= idsize