Home
last modified time | relevance | path

Searched refs:parameter2 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes_test.cc79 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() local
82 entry->AddInstruction(parameter2); in TEST_F()
88 entry->InsertInstructionBefore(to_insert, parameter2); in TEST_F()
Dbounds_check_elimination_test.cc72 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()
[all …]