Searched refs:createObjectValue (Results 1 – 7 of 7) sorted by relevance
113 … constructorArguments.add(Value.createObjectValue(JDWPConstants.Tag.STRING_TAG, stringId)); in testNewInstance_ThreadGroup()
111 Value nullObjectValue = Value.createObjectValue(JDWPConstants.Tag.OBJECT_TAG, 0); in testInvokeMethod_null_argument()
117 Value nullObjectValue = Value.createObjectValue(JDWPConstants.Tag.OBJECT_TAG, 0); in testNewInstance_null_argument()
113 .setNextValueAsValue(Value.createObjectValue(Tag.OBJECT_TAG, testObjID)); in testForceEarlyReturn_ReturnObject()
102 public static Value createObjectValue(byte tag, long value) { in createObjectValue() method in Value
1103 return Value.createObjectValue(tag, this.getNextValueAsObjectID()); in getNextValueAsUntaggedValue()
138 Value nullObjectValue = Value.createObjectValue(JDWPConstants.Tag.OBJECT_TAG, 0); in testInvokeMethod_null_argument()