Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc851 HArrayGet* array_get_j = new (&allocator_) in TEST_F() local
856 inner_body_compare->AddInstruction(array_get_j); in TEST_F()
863 cmp = new (&allocator_) HGreaterThanOrEqual(array_get_j, array_get_j_plus_1); in TEST_F()
891 array_get_j = new (&allocator_) in TEST_F()
896 inner_body_swap->AddInstruction(array_get_j); in TEST_F()
901 HArraySet(null_check, bounds_check5, array_get_j, Primitive::kPrimInt, 0); in TEST_F()