Searched refs:j_plus_1 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc859 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1); local
862 HBoundsCheck* bounds_check2 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0);
867 inner_body_compare->AddInstruction(j_plus_1);
877 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
881 HInstruction* bounds_check3 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0);
884 inner_body_swap->AddInstruction(j_plus_1);
901 HInstruction* bounds_check5 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0);

Completed in 76 milliseconds