Searched refs:createShort (Results 1 – 6 of 6) sorted by relevance
105 testField(classID, fieldInfo, Value.createShort(Short.MIN_VALUE)); in testField()106 testField(classID, fieldInfo, Value.createShort(Short.MAX_VALUE)); in testField()107 testField(classID, fieldInfo, Value.createShort((short)0)); in testField()
169 expectedValue = Value.createShort(EXPECTED_SHORT); in testForceEarlyReturn_ReturnShort()
60 public static Value createShort(short value) { in createShort() method in Value
1095 return Value.createShort(this.getNextValueAsShort()); in getNextValueAsUntaggedValue()
86 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testSetValues004_Short()87 Value newValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE_TO_SET); in testSetValues004_Short()
83 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE); in testGetValues004_Short()