Lines Matching refs:parameter_
66 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
70 entry_block_->AddInstruction(parameter_); in BuildGraph()
87 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
131 HInstruction* parameter_; member in art::LoopOptimizationTest
235 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
239 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F()
244 phi->AddInput(parameter_); in TEST_F()
286 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
298 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
300 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
306 HAdd* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_2); in TEST_F()