Searched refs:constant_1 (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 79 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local 97 null_check, bounds_check2, constant_1, Primitive::kPrimInt, 0); in TEST_F() 121 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0); in TEST_F() 134 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0); in TEST_F() 176 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local 206 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0); in TEST_F() 240 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local 272 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0); in TEST_F() 304 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local 315 null_check, bounds_check6, constant_1, Primitive::kPrimInt, 0); in TEST_F() [all …]
|