Searched refs:match_list (Results 1 – 2 of 2) sorted by relevance
408 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) { in CleanupMatchList() argument409 for (JdwpEvent* pEvent : match_list) { in CleanupMatchList()535 std::vector<JdwpEvent*>* match_list) { in FindMatchingEventsLocked() argument538 match_list->push_back(pEvent); in FindMatchingEventsLocked()555 std::vector<JdwpEvent*>* match_list) { in FindMatchingEvents() argument557 match_list->reserve(event_list_size_); in FindMatchingEvents()558 FindMatchingEventsLocked(event_kind, basket, match_list); in FindMatchingEvents()559 return !match_list->empty(); in FindMatchingEvents()566 static JdwpSuspendPolicy ScanSuspendPolicy(const std::vector<JdwpEvent*>& match_list) { in ScanSuspendPolicy() argument569 for (JdwpEvent* pEvent : match_list) { in ScanSuspendPolicy()[all …]
307 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)311 std::vector<JdwpEvent*>* match_list)314 std::vector<JdwpEvent*>* match_list)