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.cc862 HArrayGet* array_get_j_plus_1 = new (GetAllocator()) in TEST_F() local
864 cmp = new (GetAllocator()) HGreaterThanOrEqual(array_get_j, array_get_j_plus_1); in TEST_F()
870 inner_body_compare->AddInstruction(array_get_j_plus_1); in TEST_F()
881 array_get_j_plus_1 = new (GetAllocator()) in TEST_F()
887 inner_body_swap->AddInstruction(array_get_j_plus_1); in TEST_F()
912 HArraySet(null_check, bounds_check6, array_get_j_plus_1, DataType::Type::kInt32, 0); in TEST_F()