Searched defs:event_kind (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_handler.cc1217 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); local
1224 pEvent->eventKind = event_kind;
H A Djdwp_event.cc564 * Find all events of type "event_kind" with mods that match up with the
574 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket, argument
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, argument
598 FindMatchingEventsLocked(event_kind, basket, match_list);

Completed in 50 milliseconds