Searched defs:constant_1 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc79 HInstruction* constant_1 = graph_->GetIntConstant(1); local
97 null_check, bounds_check2, constant_1, Primitive::kPrimInt, 0);
121 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0);
134 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0);
176 HInstruction* constant_1 = graph_->GetIntConstant(1); local
206 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0);
240 HInstruction* constant_1 = graph_->GetIntConstant(1); local
272 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0);
304 HInstruction* constant_1 = graph_->GetIntConstant(1); local
315 null_check, bounds_check6, constant_1, Primitiv
699 HInstruction* constant_1 = graph->GetIntConstant(1); local
803 HInstruction* constant_1 = graph_->GetIntConstant(1); local
[all...]

Completed in 35 milliseconds