Home | History | Annotate | Download | only in jdwp

Lines Matching refs:eventKind

127 static bool NeedsFullDeoptimization(JdwpEventKind eventKind) {
132 switch (eventKind) {
145 uint32_t GetInstrumentationEventFor(JdwpEventKind eventKind) {
146 switch (eventKind) {
193 if (pEvent->eventKind == EK_BREAKPOINT) {
206 if (NeedsFullDeoptimization(pEvent->eventKind)) {
213 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
272 if (pEvent->eventKind == EK_BREAKPOINT) {
281 if (pEvent->eventKind == EK_SINGLE_STEP) {
290 } else if (NeedsFullDeoptimization(pEvent->eventKind)) {
297 uint32_t instrumentation_event = GetInstrumentationEventFor(pEvent->eventKind);
539 * Find all events of type "eventKind" with mods that match up with the
545 * DO NOT call this multiple times for the same eventKind, as Count mods are
548 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
554 if (pEvent->eventKind == eventKind && ModsMatch(pEvent, basket)) {
794 VLOG(jdwp) << "EVENT #" << i << ": " << pEvent->eventKind
913 expandBufAdd1(pReq, match_list[i]->eventKind);
917 if (match_list[i]->eventKind == EK_METHOD_EXIT_WITH_RETURN_VALUE) {
1008 expandBufAdd1(pReq, match_list[i]->eventKind);
1087 expandBufAdd1(pReq, match_list[i]->eventKind);
1207 expandBufAdd1(pReq, match_list[i]->eventKind);
1300 expandBufAdd1(pReq, match_list[i]->eventKind);