Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dspace.cc99 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
106 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); in Sweep()
107 return scc.freed; in Sweep()
Dlarge_object_space.cc602 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
608 &scc); in Sweep()
609 return scc.freed; in Sweep()
/art/compiler/optimizing/
Dinduction_var_analysis.cc29 ArenaVector<HInstruction*>* scc, in RotateEntryPhiFirst() argument
35 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()