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 524 * Find all events of type "event_kind" with mods that match up with the
534 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket,
537 if (pEvent->eventKind == event_kind && ModsMatch(pEvent, basket)) {
544 * Find all events of type "event_kind" with mods that match up with the
554 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket,
558 FindMatchingEventsLocked(event_kind, basket, match_list);
    [all...]
jdwp_handler.cc 1183 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); local
    [all...]

Completed in 511 milliseconds