Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc77 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
95 null_check, bounds_check2, constant_1, DataType::Type::kInt32, 0); in TEST_F()
119 null_check, bounds_check4, constant_1, DataType::Type::kInt32, 0); in TEST_F()
132 null_check, bounds_check5, constant_1, DataType::Type::kInt32, 0); in TEST_F()
174 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
205 null_check, bounds_check, constant_1, DataType::Type::kInt32, 0); in TEST_F()
239 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
272 null_check, bounds_check, constant_1, DataType::Type::kInt32, 0); in TEST_F()
304 HInstruction* constant_1 = graph_->GetIntConstant(1); in TEST_F() local
315 null_check, bounds_check6, constant_1, DataType::Type::kInt32, 0); in TEST_F()
[all …]