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

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc312 HBoundsCheck* bounds_check6 = new (&allocator_) local
315 null_check, bounds_check6, constant_1, Primitive::kPrimInt, 0);
318 block->AddInstruction(bounds_check6);
352 ASSERT_FALSE(IsRemoved(bounds_check6));
911 HInstruction* bounds_check6 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0); local
913 HArraySet(null_check, bounds_check6, array_get_j_plus_1, Primitive::kPrimInt, 0);
916 inner_body_swap->AddInstruction(bounds_check6);
952 ASSERT_TRUE(IsRemoved(bounds_check6));

Completed in 35 milliseconds