Searched refs:bounds_check6 (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 312 HBoundsCheck* bounds_check6 = new (&allocator_) in TEST_F() local 315 null_check, bounds_check6, constant_1, Primitive::kPrimInt, 0); in TEST_F() 318 block->AddInstruction(bounds_check6); in TEST_F() 352 ASSERT_FALSE(IsRemoved(bounds_check6)); in TEST_F() 909 HInstruction* bounds_check6 = new (&allocator_) HBoundsCheck(phi_j, array_length, 0); in TEST_F() local 911 HArraySet(null_check, bounds_check6, array_get_j_plus_1, Primitive::kPrimInt, 0); in TEST_F() 914 inner_body_swap->AddInstruction(bounds_check6); in TEST_F() 950 ASSERT_TRUE(IsRemoved(bounds_check6)); in TEST_F()
|