Searched refs:eventLocation (Results 1 – 3 of 3) sorted by relevance
201 Location eventLocation = null; in checkEventLocation() local204 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()
287 Location eventLocation = null; in receiveAndCheckEvents() local290 … eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()293 … eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()296 … eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()299 … eventLocation = ((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()
1013 Location eventLocation = null; in receiveAndCheckEvents() local1016 … eventLocation = ((ParsedEvent.Event_METHOD_ENTRY)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()1019 … eventLocation = ((ParsedEvent.Event_SINGLE_STEP)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()1022 … eventLocation = ((ParsedEvent.Event_BREAKPOINT)parsedEvents[i]).getLocation(); in receiveAndCheckEvents()1025 … eventLocation = ((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()