Searched refs:FindMatchingEvents (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 548 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket, in FindMatchingEvents() function in art::JDWP::JdwpState 882 FindMatchingEvents(EK_BREAKPOINT, basket, match_list, &match_count); in PostLocationEvent() 885 FindMatchingEvents(EK_SINGLE_STEP, basket, match_list, &match_count); in PostLocationEvent() 888 FindMatchingEvents(EK_METHOD_ENTRY, basket, match_list, &match_count); in PostLocationEvent() 891 FindMatchingEvents(EK_METHOD_EXIT, basket, match_list, &match_count); in PostLocationEvent() 892 FindMatchingEvents(EK_METHOD_EXIT_WITH_RETURN_VALUE, basket, match_list, &match_count); in PostLocationEvent() 966 FindMatchingEvents(EK_FIELD_MODIFICATION, basket, match_list, &match_count); in PostFieldEvent() 968 FindMatchingEvents(EK_FIELD_ACCESS, basket, match_list, &match_count); in PostFieldEvent() 1066 FindMatchingEvents(EK_THREAD_START, basket, match_list, &match_count); in PostThreadChange() 1068 FindMatchingEvents(EK_THREAD_DEATH, basket, match_list, &match_count); in PostThreadChange() [all …]
|
D | jdwp.h | 315 void FindMatchingEvents(JdwpEventKind eventKind,
|