Searched refs:match_count (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 330 void JdwpState::CleanupMatchList(JdwpEvent** match_list, int match_count) { in CleanupMatchList() argument 333 while (match_count--) { in CleanupMatchList() 477 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** match_list, int match_count) { in scanSuspendPolicy() argument 480 while (match_count--) { in scanSuspendPolicy() 756 int match_count = 0; in PostLocationEvent() local 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() 778 if (match_count != 0) { in PostLocationEvent() [all …]
|
D | jdwp.h | 279 int match_count)
|