Searched defs:isDouble (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java61 public boolean isDouble() { return first == 'D'; } method in class:FieldType
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java53 public boolean isDouble(); method in interface:Type
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java72 public boolean isDouble() { return (asDouble() != null); } method in class:BasicType
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java82 public boolean isDouble() { return tag == JVM_CONSTANT_Double; } method in class:ConstantTag
/openjdk10/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java213 boolean isDouble() { method in class:T6769027.MultilineKind

Completed in 100 milliseconds