Searched refs:eventKind (Results 1 – 4 of 4) sorted by relevance
129 …LOG(INFO) << " kind=" << pEvent->eventKind << " susp=" << pEvent->suspend_policy << " modCount=" … in dumpEvent()457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket, in FindMatchingEvents() argument464 if (pEvent->eventKind == eventKind && ModsMatch(pEvent, basket)) { in FindMatchingEvents()779 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) " in PostLocationEvent()791 expandBufAdd1(pReq, match_list[i]->eventKind); in PostLocationEvent()840 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) " in PostThreadChange()851 expandBufAdd1(pReq, match_list[i]->eventKind); in PostThreadChange()922 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total)" in PostException()941 expandBufAdd1(pReq, match_list[i]->eventKind); in PostException()988 VLOG(jdwp) << "EVENT: " << match_list[0]->eventKind << "(" << match_count << " total) " in PostClassPrepare()[all …]
95 JdwpEventKind eventKind; /* what kind of event is this? */ member
283 void FindMatchingEvents(JdwpEventKind eventKind,
1247 pEvent->eventKind = event_kind; in ER_Set()