Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java242 Location combinedEventsLocation = getMethodEndLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_02()
528 Location combinedEventsLocation = getMethodEndLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_04()
789 Location combinedEventsLocation = getMethodEndLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_06()
DCombinedEventsTestCase.java169 protected Location getMethodEndLocation(long classID, String methodName) { in getMethodEndLocation() method in CombinedEventsTestCase