Lines Matching refs:eventKind
138 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) {
143 switch (eventKind) {
157 static uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) {
158 switch (eventKind) {
205 if (pEvent->eventKind == EK_BREAKPOINT) {
218 if (NeedsFullDeoptimization(pEvent->eventKind)) {
225 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
284 if (pEvent->eventKind == EK_BREAKPOINT) {
293 if (NeedsFullDeoptimization(pEvent->eventKind)) {
300 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
531 * DO NOT call this multiple times for the same eventKind, as Count mods are
537 if (pEvent->eventKind == event_kind && ModsMatch(pEvent, basket)) {
551 * DO NOT call this multiple times for the same eventKind, as Count mods are
789 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind
906 expandBufAdd1(pReq, pEvent->eventKind);
910 if (pEvent->eventKind == EK_METHOD_EXIT_WITH_RETURN_VALUE) {
987 expandBufAdd1(pReq, pEvent->eventKind);
1058 expandBufAdd1(pReq, pEvent->eventKind);
1164 expandBufAdd1(pReq, pEvent->eventKind);
1245 expandBufAdd1(pReq, pEvent->eventKind);