Home | History | Annotate | Download | only in jdwp

Lines Matching refs:eventKind

129   LOG(INFO) << "  kind=" << pEvent->eventKind << " susp=" << pEvent->suspend_policy << " modCount=" << pEvent->modCount;
448 * Find all events of type "eventKind" with mods that match up with the
454 * DO NOT call this multiple times for the same eventKind, as Count mods are
457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket,
464 if (pEvent->eventKind == eventKind && ModsMatch(pEvent, basket)) {
779 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) "
791 expandBufAdd1(pReq, match_list[i]->eventKind);
840 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) "
851 expandBufAdd1(pReq, match_list[i]->eventKind);
922 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total)"
941 expandBufAdd1(pReq, match_list[i]->eventKind);
988 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) "
1012 expandBufAdd1(pReq, match_list[i]->eventKind);