Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java169 while ((b = hprof.getU1()) != 0) { in parseInternal()
208 int tag = hprof.getU1(); in parseInternal()
286 int subtag = hprof.getU1(); in parseInternal()
958 public int getU1() { in getU1() method in Parser.HprofBuffer
1021 int id = getU1(); in getType()