Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc861 HArrayGet* array_get_j_plus_1 = new (&allocator_) in TEST_F() local
863 cmp = new (&allocator_) HGreaterThanOrEqual(array_get_j, array_get_j_plus_1); in TEST_F()
869 inner_body_compare->AddInstruction(array_get_j_plus_1); in TEST_F()
880 array_get_j_plus_1 = new (&allocator_) in TEST_F()
886 inner_body_swap->AddInstruction(array_get_j_plus_1); in TEST_F()
911 HArraySet(null_check, bounds_check6, array_get_j_plus_1, Primitive::kPrimInt, 0); in TEST_F()