Home
last modified time | relevance | path

Searched refs:JdwpEventKind (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h107 enum JdwpEventKind { enum
132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
Djdwp_event.h95 JdwpEventKind eventKind; /* what kind of event is this? */
Djdwp.h283 void FindMatchingEvents(JdwpEventKind eventKind,
Djdwp_handler.cc1240 JdwpEventKind event_kind = request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Set()
1381 request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Clear()
Djdwp_event.cc457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket, in FindMatchingEvents()