Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc858 HInstruction* j_plus_1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1); in TEST_F() local
861 HBoundsCheck* bounds_check2 = new (GetAllocator()) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F()
866 inner_body_compare->AddInstruction(j_plus_1); in TEST_F()
876 j_plus_1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1); in TEST_F()
880 HInstruction* bounds_check3 = new (GetAllocator()) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F()
883 inner_body_swap->AddInstruction(j_plus_1); in TEST_F()
900 HInstruction* bounds_check5 = new (GetAllocator()) HBoundsCheck(j_plus_1, array_length, 0); in TEST_F()