Lines Matching refs:parameter_
50 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
54 entry_block_->AddInstruction(parameter_); in BuildGraph()
71 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
112 HInstruction* parameter_; member in art::LoopOptimizationTest
216 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
220 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F()
225 phi->AddInput(parameter_); in TEST_F()
267 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
279 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
281 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
287 HAdd* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_2); in TEST_F()