Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc574 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEventsLocked()
594 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEvents()
Djdwp_handler.cc1217 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); in ER_Set() local