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

/art/runtime/jdwp/
H A Djdwp_event.h95 JdwpEventKind eventKind; /* what kind of event is this? */
H A Djdwp_constants.h107 enum JdwpEventKind { enum in namespace:art::JDWP
132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
H A Djdwp_event.cc138 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) {
157 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) {
534 void JdwpState::FindMatchingEventsLocked(JdwpEventKind event_kind, const ModBasket& basket,
554 bool JdwpState::FindMatchingEvents(JdwpEventKind event_kind, const ModBasket& basket,
947 const JdwpEventKind match_kind = (is_modification) ? EK_FIELD_MODIFICATION : EK_FIELD_ACCESS;
1040 const JdwpEventKind match_kind = (start) ? EK_THREAD_START : EK_THREAD_DEATH;
H A Djdwp.h312 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
316 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,
H A Djdwp_handler.cc1183 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind");
1326 request->ReadEnum1<JdwpEventKind>("event kind");

Completed in 265 milliseconds