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

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc881 HInstruction* bounds_check3 = new (&allocator_) HBoundsCheck(j_plus_1, array_length, 0); local
883 HArrayGet(null_check, bounds_check3, Primitive::kPrimInt, 0);
887 inner_body_swap->AddInstruction(bounds_check3);
949 ASSERT_TRUE(IsRemoved(bounds_check3));

Completed in 45 milliseconds