Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java201 Location eventLocation = null; in checkEventLocation() local
204 eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvent).getLocation(); in checkEventLocation()
208 eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvent).getLocation(); in checkEventLocation()
212 eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvent).getLocation(); in checkEventLocation()
216 eventLocation = ((ParsedEvent.Event_METHOD_EXIT)parsedEvent).getLocation(); in checkEventLocation()
220 eventLocation = in checkEventLocation()
238 long eventClassID = eventLocation.classID; in checkEventLocation()
249 long eventMethodID = eventLocation.methodID; in checkEventLocation()
260 long eventCodeIndex = eventLocation.index; in checkEventLocation()
DCombinedEvents003Test.java287 Location eventLocation = null; in receiveAndCheckEvents() local
290eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
293eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
296eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
299eventLocation = ((ParsedEvent.Event_METHOD_EXIT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
302 long eventClassID = eventLocation.classID; in receiveAndCheckEvents()
311 long eventMethodID = eventLocation.methodID; in receiveAndCheckEvents()
320 long eventCodeIndex = eventLocation.index; in receiveAndCheckEvents()
DCombinedEventsTest.java1013 Location eventLocation = null; in receiveAndCheckEvents() local
1016eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
1019eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
1022eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
1025eventLocation = ((ParsedEvent.Event_METHOD_EXIT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()
1028 long eventClassID = eventLocation.classID; in receiveAndCheckEvents()
1037 long eventMethodID = eventLocation.methodID; in receiveAndCheckEvents()
1046 long eventCodeIndex = eventLocation.index; in receiveAndCheckEvents()