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.java168 while ((b = hprof.getU1()) != 0) { in parseInternal()
207 int tag = hprof.getU1(); in parseInternal()
285 int subtag = hprof.getU1(); in parseInternal()
952 public int getU1() { in getU1() method in Parser.HprofBuffer
1015 int id = getU1(); in getType()