Home
last modified time | relevance | path

Searched refs:checkedShortValue (Results 1 – 7 of 7) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DCharValueImpl.java114 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in CharValueImpl
119 return super.checkedShortValue(); in checkedShortValue()
DIntegerValueImpl.java117 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in IntegerValueImpl
121 return super.checkedShortValue(); in checkedShortValue()
DLongValueImpl.java123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in LongValueImpl
127 return super.checkedShortValue(); in checkedShortValue()
DFloatValueImpl.java123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in FloatValueImpl
127 return super.checkedShortValue(); in checkedShortValue()
DDoubleValueImpl.java123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in DoubleValueImpl
127 return super.checkedShortValue(); in checkedShortValue()
DShortTypeImpl.java41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedShortValue()); in convert()
DPrimitiveValueImpl.java61 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in PrimitiveValueImpl