Searched defs:booleanAt (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DStackValueCollection.java44 public boolean booleanAt(int slot) { return (int)get(slot).getInteger() != 0; } method in class:StackValueCollection
/openjdk10/test/lib/jdk/test/lib/hprof/model/
H A DJavaLazyReadObject.java139 protected boolean booleanAt(long offset) throws IOException { method in class:JavaLazyReadObject

Completed in 46 milliseconds