Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc408 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) { in CleanupMatchList() argument
409 for (JdwpEvent* pEvent : match_list) { in CleanupMatchList()
535 std::vector<JdwpEvent*>* match_list) { in FindMatchingEventsLocked() argument
538 match_list->push_back(pEvent); in FindMatchingEventsLocked()
555 std::vector<JdwpEvent*>* match_list) { in FindMatchingEvents() argument
557 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() argument
569 for (JdwpEvent* pEvent : match_list) { in ScanSuspendPolicy()
[all …]
Djdwp.h307 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)
311 std::vector<JdwpEvent*>* match_list)
314 std::vector<JdwpEvent*>* match_list)