Searched refs:spill_worklist_ (Results 1 – 1 of 1) sorted by relevance
446 spill_worklist_(HasGreaterNodePriority, allocator->Adapter(kArenaAllocRegisterAllocator)), in ColoringIteration()548 ScopedArenaPriorityQueue<InterferenceNode*, decltype(&HasGreaterNodePriority)> spill_worklist_; member in art::ColoringIteration1465 && spill_worklist_.empty()); in PruneInterferenceGraph()1487 spill_worklist_.push(node); in PruneInterferenceGraph()1522 } else if (!spill_worklist_.empty()) { in PruneInterferenceGraph()1525 InterferenceNode* node = spill_worklist_.top(); in PruneInterferenceGraph()1526 spill_worklist_.pop(); in PruneInterferenceGraph()1695 spill_worklist_.push(adj); in Combine()1715 spill_worklist_.push(into); in Combine()