Home
last modified time | relevance | path

Searched defs:scc (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Djit_memory_region.cc293 ScopedCodeCacheWrite scc(*this); in Initialize() local
310 ScopedCodeCacheWrite scc(*this); in SetFootprintLimit() local
361 ScopedCodeCacheWrite scc(*this); in CommitCode() local
Djit_code_cache.cc474 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders() local
/art/runtime/gc/space/
Dspace.cc97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
Dlarge_object_space.cc634 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
/art/compiler/optimizing/
Dinduction_var_analysis.cc357 ScopedArenaVector<HInstruction*>* scc) { in ExtractScc()
450 ScopedArenaVector<HInstruction*> scc(local_allocator.Adapter(kArenaAllocInductionVarAnalysis)); in ClassifyNonTrivial() local
1440 void HInductionVarAnalysis::AssignCycle(HPhi* phi, ArrayRef<HInstruction* const> scc) { in AssignCycle()