Home
last modified time | relevance | path

Searched refs:eventKind (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc129 …LOG(INFO) << " kind=" << pEvent->eventKind << " susp=" << pEvent->suspend_policy << " modCount=" … in dumpEvent()
457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket, in FindMatchingEvents() argument
464 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 …]
Djdwp_event.h95 JdwpEventKind eventKind; /* what kind of event is this? */ member
Djdwp.h283 void FindMatchingEvents(JdwpEventKind eventKind,
Djdwp_handler.cc1247 pEvent->eventKind = event_kind; in ER_Set()