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_event.cc127 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization()
145 uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor()
548 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket, in FindMatchingEvents()
Djdwp.h315 void FindMatchingEvents(JdwpEventKind eventKind,
Djdwp_handler.cc1233 JdwpEventKind event_kind = request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Set()
1376 request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Clear()