Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 4 of 4) 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.cc620 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
626 &scc); in Sweep()
627 return scc.freed; in Sweep()
/art/runtime/jit/
Djit_code_cache.cc828 ScopedCodeCacheWrite scc(this); in FreeAllMethodHeaders() local
847 ScopedCodeCacheWrite scc(this); in RemoveMethodsIn() local
1003 ScopedCodeCacheWrite scc(this); in CommitCodeInternal() local
1145 ScopedCodeCacheWrite scc(this); in CommitCodeInternal() local
1464 ScopedCodeCacheWrite scc(this); in SetFootprintLimit() local
1629 ScopedCodeCacheWrite scc(this); in RemoveUnmarkedCode() local
/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()