Home
last modified time | relevance | path

Searched refs:getTopFrameLocation (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java190 Location topFrameLoc = getTopFrameLocation(returnedThread); in runThrowLocationTest()
239 Location topFrameLoc = getTopFrameLocation(returnedThread); in runCatchLocationTest()
DExceptionBaseTest.java73 protected Location getTopFrameLocation(long threadID) { in getTopFrameLocation() method in ExceptionBaseTest
DExceptionUncaughtTest.java104 Location topFrameLoc = getTopFrameLocation(returnedThread); in testExceptionUncaughtEvent_ThrowLocation()