Lines Matching refs:parameter
495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local
497 entry->AddInstruction(parameter); in BuildIfElseWithPhi()
503 HInstruction* test = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
530 *input1 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
539 *input2 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local
647 entry->AddInstruction(parameter); in BuildFieldReturn()
653 *field = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildFieldReturn()
721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local
723 entry->AddInstruction(parameter); in BuildTwoSubs()
732 *first_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, parameter, constant1); in BuildTwoSubs()