Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc470 global_allocator_(graph_->GetAllocator()), in HLoopOptimization()
492 global_allocator_)) { in HLoopOptimization()
758 preheader->AddInstruction(new (global_allocator_) HGoto()); in TryOptimizeInnerLoopFinite()
1088 HInstruction* offset = Insert(preheader, new (global_allocator_) HAdd( in Vectorize()
1090 HInstruction* rem = Insert(preheader, new (global_allocator_) HAnd( in Vectorize()
1092 HInstruction* sub = Insert(preheader, new (global_allocator_) HSub( in Vectorize()
1094 HInstruction* cond = Insert(preheader, new (global_allocator_) HEqual( in Vectorize()
1096 ptc = Insert(preheader, new (global_allocator_) HSelect( in Vectorize()
1113 HInstruction* cond = Insert(preheader, new (global_allocator_) HAboveOrEqual(stc, ptc)); in Vectorize()
1114 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize()
[all …]
Dloop_optimization.h287 ArenaAllocator* global_allocator_; variable