Searched refs:ScopedArenaSet (Results 1 – 6 of 6) sorted by relevance
299 ScopedArenaSet<HInstruction*>* iset_;319 ScopedArenaSet<ArrayReference>* vector_refs_;
43 ScopedArenaSet<HPhi*> initially_live(allocator.Adapter(kArenaAllocSsaPhiElimination)); in MarkDeadPhis()
379 static bool CheckInductionSetFullyRemoved(ScopedArenaSet<HInstruction*>* iset) { in CheckInductionSetFullyRemoved()539 ScopedArenaSet<HInstruction*> iset(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun()542 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun()
2024 ScopedArenaSet<uint32_t> finite_loop_;
1926 ScopedArenaSet<LiveInterval*> seen(adapter); in AllocateSpillSlots()
63 using ScopedArenaSet = std::set<T, Comparator, ScopedArenaAllocatorAdapter<T>>; variable