Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h39 errors_(graph->GetAllocator()->Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
42 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
43 uses_per_instruction_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
44 instructions_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
45 phis_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
Dgraph_checker.cc184 allocator.Adapter(kArenaAllocGraphChecker)); in VisitBasicBlock()
213 ScopedArenaVector<HBasicBlock*> sorted_successors(allocator.Adapter(kArenaAllocGraphChecker)); in VisitBasicBlock()
537 {block, ScopedArenaHashSet<HInstruction*>(allocator_.Adapter(kArenaAllocGraphChecker))}) in ContainedInItsBlockList()
635 allocator_.Adapter(kArenaAllocGraphChecker))}) in VisitInstruction()
1177 kArenaAllocGraphChecker); in VisitPhi()
/art/libartbase/base/
Darena_allocator.h102 kArenaAllocGraphChecker, enumerator