Home
last modified time | relevance | path

Searched defs:debuggeeClassID (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java82 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_01() local
209 long debuggeeClassID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testCombinedEvents_02() local
344 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_03() local
463 long debuggeeClassID = debuggeeWrapper.vmMirror.getClassID(debuggeeSignature); in testCombinedEvents_04() local
593 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_05() local
766 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents_06() local
DExceptionCaughtTest.java201 long debuggeeClassID = getClassIDBySignature(expectedThrowLocationClassSignature); in runThrowLocationTest() local
247 long debuggeeClassID = getClassIDBySignature(expectedCatchLocationClassSignature); in runCatchLocationTest() local
DExceptionUncaughtTest.java113 long debuggeeClassID = getClassIDBySignature(getDebuggeeClassSignature()); in testExceptionUncaughtEvent_ThrowLocation() local
DCombinedEvents003Test.java73 long debuggeeClassID = debuggeeWrapper.vmMirror in testCombinedEvents003_01() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
DValueTest.java128 long debuggeeClassID = getClassIDBySignature(signature); in testStringReferenceValueTest001_InvalidString() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java106 long debuggeeClassID = getClassIDBySignature(getDebuggeeClassSignature()); in stopOnBreakpoint() local