Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java302 int constantPoolSize = hprof.getU2(); in parseHeapDump()
304 int index = hprof.getU2(); in parseHeapDump()
308 int numStaticFields = hprof.getU2(); in parseHeapDump()
322 int numInstanceFields = hprof.getU2(); in parseHeapDump()
895 public int getU2() { in getU2() method in Parser.HprofBuffer