Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java202 long debuggeeThrowMethodID = getMethodID(debuggeeClassID, expectedThrowLocationMethodName); in runThrowLocationTest() local
204 debuggeeThrowMethodID != throwLocation.methodID) { in runThrowLocationTest()
248 long debuggeeThrowMethodID = getMethodID(debuggeeClassID, expectedCatchLocationMethodName); in runCatchLocationTest() local
250 debuggeeThrowMethodID != catchLocation.methodID) { in runCatchLocationTest()
DExceptionUncaughtTest.java114 long debuggeeThrowMethodID = getMethodID(debuggeeClassID, THROW_EXCEPTION_METHOD); in testExceptionUncaughtEvent_ThrowLocation() local
116 debuggeeThrowMethodID != throwLocation.methodID) { in testExceptionUncaughtEvent_ThrowLocation()