Searched refs:combinedEventsLocation (Results 1 – 2 of 2) sorted by relevance
108 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_01() local109 if ( combinedEventsLocation == null ) { in testCombinedEvents_01()114 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01()156 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents_01()242 Location combinedEventsLocation = getMethodEndLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_02() local243 if ( combinedEventsLocation == null ) { in testCombinedEvents_02()249 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_02()291 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents_02()401 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_03() local402 if ( combinedEventsLocation == null ) { in testCombinedEvents_03()[all …]
102 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents003_01() local103 if ( combinedEventsLocation == null ) { in testCombinedEvents003_01()108 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()155 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents003_01()