Lines Matching defs:FindMatchingEvents
457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket,
764 FindMatchingEvents(EK_BREAKPOINT, &basket, match_list, &match_count);
767 FindMatchingEvents(EK_SINGLE_STEP, &basket, match_list, &match_count);
770 FindMatchingEvents(EK_METHOD_ENTRY, &basket, match_list, &match_count);
773 FindMatchingEvents(EK_METHOD_EXIT, &basket, match_list, &match_count);
776 // FindMatchingEvents(EK_METHOD_EXIT_WITH_RETURN_VALUE, &basket, match_list, &match_count);
834 FindMatchingEvents(EK_THREAD_START, &basket, match_list, &match_count);
836 FindMatchingEvents(EK_THREAD_DEATH, &basket, match_list, &match_count);
920 FindMatchingEvents(EK_EXCEPTION, &basket, match_list, &match_count);
986 FindMatchingEvents(EK_CLASS_PREPARE, &basket, match_list, &match_count);