Lines Matching refs:parameter2
72 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() local
75 entry->AddInstruction(parameter2); in TEST_F()
82 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(parameter2, constant_0); in TEST_F()
93 HBoundsCheck(parameter2, array_length, 0); in TEST_F()
105 cmp = new (GetAllocator()) HLessThan(parameter2, array_length); in TEST_F()
117 HBoundsCheck(parameter2, array_length, 0); in TEST_F()
130 HBoundsCheck(parameter2, array_length, 0); in TEST_F()
169 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() local
172 entry->AddInstruction(parameter2); in TEST_F()
180 HInstruction* cmp = new (GetAllocator()) HLessThanOrEqual(parameter2, constant_0); in TEST_F()
189 new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter2, constant_max_int); in TEST_F()
234 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() local
237 entry->AddInstruction(parameter2); in TEST_F()
247 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(parameter2, array_length); in TEST_F()
258 new (GetAllocator()) HSub(DataType::Type::kInt32, parameter2, constant_max_int); in TEST_F()