Lines Matching refs:event_kind
564 * Find all events of type "event_kind" with mods that match up with the
574 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket,
577 if (pEvent->eventKind == event_kind && ModsMatch(pEvent, basket)) {
584 * Find all events of type "event_kind" with mods that match up with the
594 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket,
598 FindMatchingEventsLocked(event_kind, basket, match_list);