Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc518 global_allocator_(graph_->GetAllocator()), in HLoopOptimization()
540 arch_loop_helper_(ArchNoOptsLoopHelper::Create(codegen, global_allocator_)) {} in HLoopOptimization()
924 preheader->AddInstruction(new (global_allocator_) HGoto()); in TryOptimizeInnerLoopFinite()
1315 new (global_allocator_) HNotEqual(vector_runtime_test_a_, vector_runtime_test_b_)); in VectorizePredicated()
1317 new (global_allocator_) in VectorizePredicated()
1358 HVecPredSetAll* set_pred = new (global_allocator_) HVecPredSetAll(global_allocator_, in VectorizePredicated()
1421 HInstruction* offset = Insert(preheader, new (global_allocator_) HAdd( in VectorizeTraditional()
1423 HInstruction* rem = Insert(preheader, new (global_allocator_) HAnd( in VectorizeTraditional()
1425 HInstruction* sub = Insert(preheader, new (global_allocator_) HSub( in VectorizeTraditional()
1427 HInstruction* cond = Insert(preheader, new (global_allocator_) HEqual( in VectorizeTraditional()
[all …]
Dloop_optimization.h499 ArenaAllocator* global_allocator_; variable