Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.cc97 SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
104 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); in Sweep()
105 return scc.freed; in Sweep()
Dlarge_object_space.cc638 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); in Sweep() local
644 &scc); in Sweep()
645 return scc.freed; in Sweep()
/art/compiler/optimizing/
Dinduction_var_analysis.cc365 ScopedArenaVector<HInstruction*>* scc) { in ExtractScc() argument
386 DCHECK(scc->empty()); in ExtractScc()
387 scc->reserve(size); in ExtractScc()
389 scc->push_back(entry.instruction); in ExtractScc()
392 scc->push_back(entry.instruction); in ExtractScc()
394 DCHECK_EQ(scc->size(), stack_tail.size()); in ExtractScc()
458 ScopedArenaVector<HInstruction*> scc(local_allocator.Adapter(kArenaAllocInductionVarAnalysis)); in ClassifyNonTrivial() local
459 ExtractScc(ArrayRef<const StackEntry>(stack_tail), &scc); in ClassifyNonTrivial()
462 HInstruction* phi = scc[0]; in ClassifyNonTrivial()
475 if (scc[i]->IsLoopHeaderPhi()) { in ClassifyNonTrivial()
[all …]
Dinduction_var_analysis.h164 void ExtractScc(ArrayRef<const StackEntry> stack_tail, ScopedArenaVector<HInstruction*>* scc);
290 void AssignCycle(HPhi* phi, ArrayRef<HInstruction* const> scc);
/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.cc491 ScopedCodeCacheWrite scc(private_region_); in FreeAllMethodHeaders() local