Searched refs:scc (Results 1 – 4 of 4) 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()
620 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local626 &scc); in Sweep()627 return scc.freed; in Sweep()
828 ScopedCodeCacheWrite scc(this); in FreeAllMethodHeaders() local847 ScopedCodeCacheWrite scc(this); in RemoveMethodsIn() local1003 ScopedCodeCacheWrite scc(this); in CommitCodeInternal() local1145 ScopedCodeCacheWrite scc(this); in CommitCodeInternal() local1464 ScopedCodeCacheWrite scc(this); in SetFootprintLimit() local1629 ScopedCodeCacheWrite scc(this); in RemoveUnmarkedCode() local
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()