Home
last modified time | relevance | path

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

/art/runtime/gc/
Dverification.cc153 using WorkQueue = std::deque<std::pair<mirror::Object*, std::string>>; typedef
186 const WorkQueue& NewlyVisited() const { in NewlyVisited()
192 mutable WorkQueue new_visited_;
197 CollectRootVisitor(ObjectSet* visited, WorkQueue* work) : visited_(visited), work_(work) {} in CollectRootVisitor()
210 WorkQueue* const work_;