Searched refs:checkedIntValue (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DIntegerTypeImpl.java39 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedIntValue());
H A DPrimitiveValueImpl.java63 int checkedIntValue() throws InvalidTypeException { method in class:PrimitiveValueImpl
H A DFloatValueImpl.java130 int checkedIntValue() throws InvalidTypeException { method in class:FloatValueImpl
135 return super.checkedIntValue();
H A DLongValueImpl.java130 int checkedIntValue() throws InvalidTypeException { method in class:LongValueImpl
134 return super.checkedIntValue();
H A DDoubleValueImpl.java130 int checkedIntValue() throws InvalidTypeException { method in class:DoubleValueImpl
134 return super.checkedIntValue();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DIntegerTypeImpl.java41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedIntValue());
H A DFloatValueImpl.java131 int checkedIntValue() throws InvalidTypeException { method in class:FloatValueImpl
136 return super.checkedIntValue();
H A DLongValueImpl.java131 int checkedIntValue() throws InvalidTypeException { method in class:LongValueImpl
135 return super.checkedIntValue();
H A DDoubleValueImpl.java131 int checkedIntValue() throws InvalidTypeException { method in class:DoubleValueImpl
135 return super.checkedIntValue();
H A DPrimitiveValueImpl.java64 int checkedIntValue() throws InvalidTypeException { method in class:PrimitiveValueImpl

Completed in 46 milliseconds