Searched defs:checkedLongValue (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFloatValueImpl.java139 long checkedLongValue() throws InvalidTypeException { method in class:FloatValueImpl
144 return super.checkedLongValue();
H A DPrimitiveValueImpl.java66 long checkedLongValue() throws InvalidTypeException { method in class:PrimitiveValueImpl
H A DDoubleValueImpl.java138 long checkedLongValue() throws InvalidTypeException { method in class:DoubleValueImpl
143 return super.checkedLongValue();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DFloatValueImpl.java140 long checkedLongValue() throws InvalidTypeException { method in class:FloatValueImpl
145 return super.checkedLongValue();
H A DPrimitiveValueImpl.java67 long checkedLongValue() throws InvalidTypeException { method in class:PrimitiveValueImpl
H A DDoubleValueImpl.java139 long checkedLongValue() throws InvalidTypeException { method in class:DoubleValueImpl
144 return super.checkedLongValue();

Completed in 48 milliseconds