Searched refs:debuggeeRefTypeID (Results 1 – 9 of 9) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | GetValues004Test.java | 95 long debuggeeRefTypeID = 0; in testGetValues004() local 97 debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testGetValues004() 103 if ( debuggeeRefTypeID == -1 ) { in testGetValues004() 108 logWriter.println("=> debuggeeRefTypeID = " + debuggeeRefTypeID); in testGetValues004() 117 getValuesCommand.setNextValueAsReferenceTypeID(debuggeeRefTypeID); in testGetValues004()
|
D | GetValues003Test.java | 63 long debuggeeRefTypeID = 0; in testGetValues003() local 65 debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testGetValues003() 71 if ( debuggeeRefTypeID == -1 ) { in testGetValues003() 76 logWriter.println("=> debuggeeRefTypeID = " + debuggeeRefTypeID); in testGetValues003() 84 … = debuggeeWrapper.vmMirror.getFieldID(debuggeeRefTypeID, superClassCheckedFieldName); in testGetValues003()
|
D | Signature002Test.java | 65 long debuggeeRefTypeID = getClassIDBySignature(debuggeeSignature); in testSignature002() local 68 logWriter.println("=> referenceTypeID for Debuggee class = " + debuggeeRefTypeID); in testSignature002() 70 long checkedFieldID = checkField(debuggeeRefTypeID, "checkedObject"); in testSignature002() 78 getValuesCommand.setNextValueAsReferenceTypeID(debuggeeRefTypeID); in testSignature002() 176 long unknownID = debuggeeRefTypeID + 100; in testSignature002()
|
D | GetValues005Test.java | 63 long debuggeeRefTypeID = getClassIDBySignature(debuggeeSignature); in testGetValues005() local 66 logWriter.println("=> referenceTypeID for Debuggee class = " + debuggeeRefTypeID); in testGetValues005() 79 long checkedFieldIDs[] = checkFields(debuggeeRefTypeID, checkedFieldNames); in testGetValues005() 89 checkedCommand.setNextValueAsObjectID(debuggeeRefTypeID); in testGetValues005()
|
D | InstancesTest.java | 76 long debuggeeRefTypeID = getClassIDBySignature(debuggeeSignature); in runTestInstances() local 80 debuggeeRefTypeID, "reachableObjNum"); in runTestInstances() 85 debuggeeRefTypeID, fieldIDs); in runTestInstances()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 248 long debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testInvokeMethod002() local 249 if ( debuggeeRefTypeID == -1 ) { in testInvokeMethod002() 253 logWriter.println("==> debuggeeRefTypeID = " + debuggeeRefTypeID); in testInvokeMethod002() 258 debuggeeWrapper.vmMirror.getMethodID(debuggeeRefTypeID, testMethodName); in testInvokeMethod002() 385 long debuggeeRefTypeID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testInvokeMethod003() local 386 if ( debuggeeRefTypeID == -1 ) { in testInvokeMethod003() 390 logWriter.println("==> debuggeeRefTypeID = " + debuggeeRefTypeID); in testInvokeMethod003() 395 debuggeeWrapper.vmMirror.getMethodID(debuggeeRefTypeID, nonStaticMethodName); in testInvokeMethod003() 459 packet.setNextValueAsClassID(debuggeeRefTypeID); in testInvokeMethod003()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | InstanceCountsTest.java | 74 long debuggeeRefTypeID = getClassIDBySignature(debuggeeSignature); in testInstanceCounts_Normal() local 80 debuggeeRefTypeID, "reachableObjNumOfClass1"); in testInstanceCounts_Normal() 82 debuggeeRefTypeID, "reachableObjNumOfClass2"); in testInstanceCounts_Normal() 89 debuggeeRefTypeID, fieldIDs); in testInstanceCounts_Normal()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | ReferringObjectsTest.java | 114 long debuggeeRefTypeID = getClassIDBySignature(debuggeeSignature); in DoTestReferringObjects() local 116 debuggeeRefTypeID, "referringObjNum"); in DoTestReferringObjects() 120 debuggeeRefTypeID, fieldIDs); in DoTestReferringObjects()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | PopFrames002Test.java | 351 long debuggeeRefTypeID = debuggeeWrapper.vmMirror in testPopFramesWithInvokeMethods() local 355 debuggeeRefTypeID, PopFramesDebuggee.METHOD_TO_INVOKE_NAME); in testPopFramesWithInvokeMethods() 368 invokeCommand.setNextValueAsClassID(debuggeeRefTypeID); in testPopFramesWithInvokeMethods()
|