Home
last modified time | relevance | path

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

/art/runtime/gc/
Dverification.cc156 using WorkQueue = std::deque<std::pair<mirror::Object*, std::string>>; typedef
189 const WorkQueue& NewlyVisited() const { in NewlyVisited()
195 mutable WorkQueue new_visited_;
200 CollectRootVisitor(ObjectSet* visited, WorkQueue* work) : visited_(visited), work_(work) {} in CollectRootVisitor()
213 WorkQueue* const work_;