Home
last modified time | relevance | path

Searched refs:global_allocator_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc467 global_allocator_(graph_->GetAllocator()), in HLoopOptimization()
489 global_allocator_)) { in HLoopOptimization()
755 preheader->AddInstruction(new (global_allocator_) HGoto()); in TryOptimizeInnerLoopFinite()
1091 HInstruction* offset = Insert(preheader, new (global_allocator_) HAdd( in Vectorize()
1093 HInstruction* rem = Insert(preheader, new (global_allocator_) HAnd( in Vectorize()
1095 HInstruction* sub = Insert(preheader, new (global_allocator_) HSub( in Vectorize()
1097 HInstruction* cond = Insert(preheader, new (global_allocator_) HEqual( in Vectorize()
1099 ptc = Insert(preheader, new (global_allocator_) HSelect( in Vectorize()
1116 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize()
1117 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize()
[all …]
Dloop_optimization.h276 ArenaAllocator* global_allocator_; variable