Searched refs:isDouble (Results 1 - 9 of 9) sorted by relevance

/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/oops/
H A DFieldType.java61 public boolean isDouble() { return first == 'D'; } method in class:FieldType
H A DInstanceKlass.java967 if (type.isDouble()) {
1009 if (type.isDouble()) {
/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/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java94 return (ctag.isDouble() || ctag.isLong()) ? true: false;
155 } else if (ctag.isDouble()) {
/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.internal.vm.compiler/share/classes/org.graalvm.compiler.core.sparc/src/org/graalvm/compiler/core/sparc/
H A DSPARCArithmeticLIRGenerator.java242 boolean isDouble = a.getPlatformKind().equals(DOUBLE);
243 return emitBinary(resultKind, isDouble ? Faddd : Fadds, a, b);
252 boolean isDouble = a.getPlatformKind().equals(DOUBLE);
253 return emitBinary(resultKind, isDouble ? Opfs.Fsubd : Opfs.Fsubs, a, b);
276 boolean isDouble = a.getPlatformKind().equals(DOUBLE);
277 return emitBinary(resultKind, isDouble ? Fmuld : Fmuls, a, b);
326 boolean isDouble = a.getPlatformKind() == DOUBLE;
327 return emitBinary(resultKind, isDouble ? Opfs.Fdivd : Opfs.Fdivs, a, b, state);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaInstanceKlass.java261 } else if (fd.isDouble()) {
289 } else if (fd.isDouble()) {
/openjdk10/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java213 boolean isDouble() { method in class:T6769027.MultilineKind
387 List<JCDiagnostic> subdiags = multiKind.isDouble() ?

Completed in 128 milliseconds