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