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.cc141 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization()
160 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor()
574 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEventsLocked()
594 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket, in FindMatchingEvents()
988 const JdwpEventKind match_kind = (is_modification) ? EK_FIELD_MODIFICATION : EK_FIELD_ACCESS; in PostFieldEvent()
1081 const JdwpEventKind match_kind = (start) ? EK_THREAD_START : EK_THREAD_DEATH; in PostThreadChange()
Djdwp.h319 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
322 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,
Djdwp_handler.cc1216 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); in ER_Set()
1359 request->ReadEnum1<JdwpEventKind>("event kind"); in ER_Clear()