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.java446 data[i] = hprof.getBool(); in parseInternal()
972 public boolean getBool() { in getBool() method in Parser.HprofBuffer
1038 case BOOLEAN: return Value.pack(getBool());
1058 case BOOLEAN: return Value.pack(getBool());