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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java53 public boolean isDouble(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java61 public boolean isDouble() { return first == 'D'; } method in class:FieldType
H A DInstanceKlass.java868 if (type.isDouble()) {
910 if (type.isDouble()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java82 public boolean isDouble() { return tag == JVM_CONSTANT_Double; } method in class:ConstantTag
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java96 return (ctag.isDouble() || ctag.isLong()) ? true: false;
164 } else if (ctag.isDouble()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java72 public boolean isDouble() { return (asDouble() != null); } method in class:BasicType
/openjdk7/langtools/test/tools/javac/Diagnostics/6769027/
H A DT6769027.java208 boolean isDouble() { method in class:T6769027.MultilineKind
359 List<JCDiagnostic> subdiags = multiKind.isDouble() ?
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFieldImpl.java85 } else if (ft.isDouble()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaInstanceKlass.java269 } else if (fd.isDouble()) {

Completed in 56 milliseconds