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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java172 public boolean getBool() { method in class:VM.Flag
204 return new Boolean(getBool()).toString();
761 (flag.getBool()? Boolean.TRUE: Boolean.FALSE);
770 (flag.getBool()? Boolean.TRUE: Boolean.FALSE);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DNative.java73 static boolean getBool(long ptr) { return getInt(ptr) != 0; } method in class:Native
74 static boolean getBool(long ptr, int index) { return getInt(ptr, index) != 0; } method in class:Native
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java259 return f.getBool()? 1L : 0L;

Completed in 34 milliseconds