Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java393 data[i] = hprof.getBool(); in parseHeapDump()
907 public boolean getBool() { in getBool() method in Parser.HprofBuffer
973 case BOOLEAN: return Value.pack(getBool());
993 case BOOLEAN: return Value.pack(getBool());