Home
last modified time | relevance | path

Searched refs:idsize (Results 1 – 1 of 1) sorted by relevance

/art/tools/ahat/etc/
Dhprofdump.py109 idsize = readu4(hprof) variable
110 print "ID Size: %d bytes" % idsize
112 return readN(idsize, hprof)
116 return idsize
152 string = hprof.read(length - idsize)
176 hprof.read(idsize * frames)
216 objid = readID(hprof) ; length -= idsize
219 objid = readID(hprof) ; length -= idsize
220 ref = readID(hprof) ; length -= idsize
223 objid = readID(hprof) ; length -= idsize
[all …]