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