Lines Matching refs:eventKind
141 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) { in NeedsFullDeoptimization() argument
146 switch (eventKind) { in NeedsFullDeoptimization()
160 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) { in GetInstrumentationEventFor() argument
161 switch (eventKind) { in GetInstrumentationEventFor()
208 if (pEvent->eventKind == EK_BREAKPOINT) { in RegisterEvent()
221 if (NeedsFullDeoptimization(pEvent->eventKind)) { in RegisterEvent()
228 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); in RegisterEvent()
324 if (pEvent->eventKind == EK_BREAKPOINT) { in UnregisterEvent()
333 if (NeedsFullDeoptimization(pEvent->eventKind)) { in UnregisterEvent()
340 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind); in UnregisterEvent()
577 if (pEvent->eventKind == event_kind && ModsMatch(pEvent, basket)) { in FindMatchingEventsLocked()
831 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind in LogMatchingEventsAndThread()
948 expandBufAdd1(pReq, pEvent->eventKind); in PostLocationEvent()
952 if (pEvent->eventKind == EK_METHOD_EXIT_WITH_RETURN_VALUE) { in PostLocationEvent()
1029 expandBufAdd1(pReq, pEvent->eventKind); in PostFieldEvent()
1100 expandBufAdd1(pReq, pEvent->eventKind); in PostThreadChange()
1206 expandBufAdd1(pReq, pEvent->eventKind); in PostException()
1288 expandBufAdd1(pReq, pEvent->eventKind); in PostClassPrepare()