Searched refs:scc (Results 1 – 3 of 3) sorted by relevance
99 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local106 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); in Sweep()107 return scc.freed; in Sweep()
602 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local608 &scc); in Sweep()609 return scc.freed; in Sweep()
29 ArenaVector<HInstruction*>* scc, in RotateEntryPhiFirst() argument35 const size_t size = scc->size(); in RotateEntryPhiFirst()37 HInstruction* other = (*scc)[i]; in RotateEntryPhiFirst()48 new_scc->push_back((*scc)[phi_pos]); in RotateEntryPhiFirst()52 scc->swap(*new_scc); in RotateEntryPhiFirst()