Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py213 subtag = readu1(hprof) ; length -= 1 variable
214 if subtag == 0xFF:
217 elif subtag == 0x01:
221 elif subtag == 0x02:
226 elif subtag == 0x03:
231 elif subtag == 0x04:
235 elif subtag == 0x05:
238 elif subtag == 0x06:
242 elif subtag == 0x07:
245 elif subtag == 0x08:
[all …]
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java286 int subtag = hprof.getU1(); in parseInternal() local
287 switch (subtag) { in parseInternal()
565 String.format("Unsupported heap dump sub tag 0x%02x", subtag)); in parseInternal()