Lines Matching refs:eventKind
127 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization() argument
132 switch (eventKind) { in NeedsFullDeoptimization()
145 uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor() argument
146 switch (eventKind) { in GetInstrumentationEventFor()
193 if (pEvent->eventKind == EK_BREAKPOINT) { in RegisterEvent()
206 if (NeedsFullDeoptimization(pEvent->eventKind)) { in RegisterEvent()
213 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); in RegisterEvent()
272 if (pEvent->eventKind == EK_BREAKPOINT) { in UnregisterEvent()
281 if (pEvent->eventKind == EK_SINGLE_STEP) { in UnregisterEvent()
290 } else if (NeedsFullDeoptimization(pEvent->eventKind)) { in UnregisterEvent()
297 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); in UnregisterEvent()
548 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket, in FindMatchingEvents() argument
554 if (pEvent->eventKind == eventKind && ModsMatch(pEvent, basket)) { in FindMatchingEvents()
794 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
913 expandBufAdd1(pReq, match_list[i]->eventKind); in PostLocationEvent()
917 if (match_list[i]->eventKind == EK_METHOD_EXIT_WITH_RETURN_VALUE) { in PostLocationEvent()
1008 expandBufAdd1(pReq, match_list[i]->eventKind); in PostFieldEvent()
1087 expandBufAdd1(pReq, match_list[i]->eventKind); in PostThreadChange()
1207 expandBufAdd1(pReq, match_list[i]->eventKind); in PostException()
1300 expandBufAdd1(pReq, match_list[i]->eventKind); in PostClassPrepare()