Searched refs:JdwpEventKind (Results 1 – 5 of 5) sorted by relevance
107 enum JdwpEventKind { enum132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
95 JdwpEventKind eventKind; /* what kind of event is this? */
141 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()
319 bool FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,322 void FindMatchingEventsLocked(JdwpEventKind eventKind, const ModBasket& basket,
1216 JdwpEventKind event_kind = request->ReadEnum1<JdwpEventKind>("event kind"); in ER_Set()1359 request->ReadEnum1<JdwpEventKind>("event kind"); in ER_Clear()