Home
last modified time | relevance | path

Searched refs:bounds_check_i_mod_array_len (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc1055 HBoundsCheck* bounds_check_i_mod_array_len = new (GetAllocator()) HBoundsCheck( in TEST_F() local
1058 null_check, bounds_check_i_mod_array_len, constant_10, DataType::Type::kInt32, 0); in TEST_F()
1062 loop_body->AddInstruction(bounds_check_i_mod_array_len); in TEST_F()
1105 ASSERT_TRUE(IsRemoved(bounds_check_i_mod_array_len)); in TEST_F()