Searched refs:match_list (Results 1 – 2 of 2) sorted by relevance
448 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) { in CleanupMatchList() argument449 for (JdwpEvent* pEvent : match_list) { in CleanupMatchList()575 std::vector<JdwpEvent*>* match_list) { in FindMatchingEventsLocked() argument578 match_list->push_back(pEvent); in FindMatchingEventsLocked()595 std::vector<JdwpEvent*>* match_list) { in FindMatchingEvents() argument597 match_list->reserve(event_list_size_); in FindMatchingEvents()598 FindMatchingEventsLocked(event_kind, basket, match_list); in FindMatchingEvents()599 return !match_list->empty(); in FindMatchingEvents()606 static JdwpSuspendPolicy ScanSuspendPolicy(const std::vector<JdwpEvent*>& match_list) { in ScanSuspendPolicy() argument609 for (JdwpEvent* pEvent : match_list) { in ScanSuspendPolicy()[all …]
316 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)320 std::vector<JdwpEvent*>* match_list)323 std::vector<JdwpEvent*>* match_list)