Home
last modified time | relevance | path

Searched refs:exceptionRequestID (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java77 int exceptionRequestID = -1; in runTestDeoptimizationWithExceptionHandling() local
80 exceptionRequestID = requestExceptionEvent(); in runTestDeoptimizationWithExceptionHandling()
86 if (exceptionRequestID != -1) { in runTestDeoptimizationWithExceptionHandling()
88 waitForExceptionEvent(exceptionRequestID); in runTestDeoptimizationWithExceptionHandling()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpointOnCatchTest.java56 int exceptionRequestID = requestExceptionCaughtEvent(); in testBreakpointOnCatch() local
66 assertEquals("Invalid request ID:", exceptionRequestID, parsedEvents[0].getRequestID()); in testBreakpointOnCatch()
74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()