Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc448 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) { in CleanupMatchList() argument
449 for (JdwpEvent* pEvent : match_list) { in CleanupMatchList()
575 std::vector<JdwpEvent*>* match_list) { in FindMatchingEventsLocked() argument
578 match_list->push_back(pEvent); in FindMatchingEventsLocked()
595 std::vector<JdwpEvent*>* match_list) { in FindMatchingEvents() argument
597 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() argument
609 for (JdwpEvent* pEvent : match_list) { in ScanSuspendPolicy()
[all …]
Djdwp.h316 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)
320 std::vector<JdwpEvent*>* match_list)
323 std::vector<JdwpEvent*>* match_list)