Home | History | Annotate | Download | only in optimizing

Lines Matching refs:parameter_

49     parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(),
53 entry_block_->AddInstruction(parameter_);
70 header->AddInstruction(new (GetAllocator()) HIf(parameter_));
111 HInstruction* parameter_;
215 header->AddInstruction(new (GetAllocator()) HIf(parameter_));
219 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_);
224 phi->AddInput(parameter_);
263 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_));
275 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0);
277 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1);
283 HAdd* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_2);