Lines Matching refs:parameter_
67 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
71 entry_block_->AddInstruction(parameter_); in BuildGraph()
88 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
129 HInstruction* parameter_; member in art::LoopOptimizationTest
233 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
237 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F()
242 phi->AddInput(parameter_); in TEST_F()
284 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
296 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
298 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
304 HAdd* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_2); in TEST_F()