Searched refs:ScopedArenaSet (Results 1 – 6 of 6) sorted by relevance
250 ScopedArenaSet<HInstruction*>* iset_;267 ScopedArenaSet<ArrayReference>* vector_refs_;
42 ScopedArenaSet<HPhi*> initially_live(allocator.Adapter(kArenaAllocSsaPhiElimination)); in MarkDeadPhis()
392 static bool CheckInductionSetFullyRemoved(ScopedArenaSet<HInstruction*>* iset) { in CheckInductionSetFullyRemoved()481 ScopedArenaSet<HInstruction*> iset(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun()484 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun()
1921 ScopedArenaSet<uint32_t> finite_loop_;
1926 ScopedArenaSet<LiveInterval*> seen(adapter); in AllocateSpillSlots()
61 using ScopedArenaSet = std::set<T, Comparator, ScopedArenaAllocatorAdapter<T>>; variable