Searched refs:j_plus_1 (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 857 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F() local 860 HBoundsCheck* bounds_check2 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F() 865 inner_body_compare->AddInstruction(j_plus_1); in TEST_F() 875 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); in TEST_F() 879 HInstruction* bounds_check3 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F() 882 inner_body_swap->AddInstruction(j_plus_1); in TEST_F() 899 HInstruction* bounds_check5 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F()
|