Searched refs:NULL_OBJECT_ID (Results 1 – 15 of 15) sorted by relevance
55 JDWPTestConstants.NULL_OBJECT_ID); in testSetValues003_InvalidObject()79 JDWPTestConstants.NULL_OBJECT_ID); in testSetValues003_InvalidArray()104 JDWPTestConstants.NULL_OBJECT_ID); in testSetValues003_InvalidIndex()138 JDWPTestConstants.NULL_OBJECT_ID); in testSetValues003_TypeMismatch()
218 (gdata->jvmti, localRef, NULL_OBJECT_ID); in deleteNode()283 tag = NULL_OBJECT_ID; in findNodeByRef()482 return NULL_OBJECT_ID; in commonRef_refToID()485 id = NULL_OBJECT_ID; in commonRef_refToID()565 if (id == NULL_OBJECT_ID) { in commonRef_pin()
209 id = NULL_OBJECT_ID; in outStream_writeObjectRef()213 if (id == NULL_OBJECT_ID) { in outStream_writeObjectRef()
293 if (id == NULL_OBJECT_ID) { in isCollected()
181 if (id == NULL_OBJECT_ID) { in inStream_readObjectRef()
76 #define NULL_OBJECT_ID ((jlong)0) macro
26 public static final long NULL_OBJECT_ID = 0; field in JDWPTestConstants
156 assertTrue(objectResult.objectID != JDWPTestConstants.NULL_OBJECT_ID); in check()158 assertEquals(exceptionResult.objectID, JDWPTestConstants.NULL_OBJECT_ID); in check()
96 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID, in testStringReferenceValueTest001_NullString()
99 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID, in testName001_NullObject()
109 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID, in testParent_NullObject()
144 checkCommandError(JDWPTestConstants.NULL_OBJECT_ID, in testChildren_NullObject()
172 disableCollection(JDWPTestConstants.NULL_OBJECT_ID, in testDisableCollection_null()
178 enableCollection(JDWPTestConstants.NULL_OBJECT_ID, in testEnableCollection_null()
283 command.setNextValueAsObjectID(JDWPTestConstants.NULL_OBJECT_ID); in testIsCollected_null()