Searched refs:WorkQueue (Results 1 – 1 of 1) sorted by relevance
153 using WorkQueue = std::deque<std::pair<mirror::Object*, std::string>>; typedef186 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_;