Searched refs:parameter2 (Results 1 - 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
H A D | nodes_test.cc | 82 HInstruction* parameter2 = new (&allocator) HParameterValue( local 85 entry->AddInstruction(parameter2); 91 entry->InsertInstructionBefore(to_insert, parameter2);
|
H A D | bounds_check_elimination_test.cc | 74 HInstruction* parameter2 = new (&allocator_) local 77 entry->AddInstruction(parameter2); 84 HInstruction* cmp = new (&allocator_) HGreaterThanOrEqual(parameter2, constant_0); 95 HBoundsCheck(parameter2, array_length, 0); 107 cmp = new (&allocator_) HLessThan(parameter2, array_length); 119 HBoundsCheck(parameter2, array_length, 0); 132 HBoundsCheck(parameter2, array_length, 0); 171 HInstruction* parameter2 = new (&allocator_) local 174 entry->AddInstruction(parameter2); 182 HInstruction* cmp = new (&allocator_) HLessThanOrEqual(parameter2, constant_ 235 HInstruction* parameter2 = new (&allocator_) local [all...] |
Completed in 80 milliseconds