Home
last modified time | relevance | path

Searched refs:FindMatchingEvents (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket, in FindMatchingEvents() function in art::JDWP::JdwpState
764 FindMatchingEvents(EK_BREAKPOINT, &basket, match_list, &match_count); in PostLocationEvent()
767 FindMatchingEvents(EK_SINGLE_STEP, &basket, match_list, &match_count); in PostLocationEvent()
770 FindMatchingEvents(EK_METHOD_ENTRY, &basket, match_list, &match_count); in PostLocationEvent()
773 FindMatchingEvents(EK_METHOD_EXIT, &basket, match_list, &match_count); in PostLocationEvent()
834 FindMatchingEvents(EK_THREAD_START, &basket, match_list, &match_count); in PostThreadChange()
836 FindMatchingEvents(EK_THREAD_DEATH, &basket, match_list, &match_count); in PostThreadChange()
920 FindMatchingEvents(EK_EXCEPTION, &basket, match_list, &match_count); in PostException()
986 FindMatchingEvents(EK_CLASS_PREPARE, &basket, match_list, &match_count); in PostClassPrepare()
Djdwp.h283 void FindMatchingEvents(JdwpEventKind eventKind,