HomeSort by relevance Sort by last modified time
    Searched refs:event_kind (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 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);
    [all...]
jdwp_handler.cc 1217 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); local
    [all...]

Completed in 79 milliseconds