Searched refs:checkedDoubleValue (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DDoubleTypeImpl.java40 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedDoubleValue());
H A DPrimitiveValueImpl.java85 final double checkedDoubleValue() throws InvalidTypeException { method in class:PrimitiveValueImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DDoubleTypeImpl.java41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedDoubleValue());
H A DPrimitiveValueImpl.java86 final double checkedDoubleValue() throws InvalidTypeException { method in class:PrimitiveValueImpl

Completed in 40 milliseconds