Lines Matching refs:c1
51 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
54 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F()
57 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0); in TEST_F()
86 ref, type, field, c1, vec, class_def); in TEST_F()
123 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
129 c1, in TEST_F()
199 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
202 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
204 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
206 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
208 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
289 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
299 c1, in TEST_F()
310 c1, in TEST_F()
315 c1, in TEST_F()
334 c1, in TEST_F()
615 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
621 c1, in TEST_F()
627 c1, in TEST_F()
633 c1, in TEST_F()
637 HInstruction* inter_addr = new (GetAllocator()) HIntermediateAddress(null_check, c1, 0); in TEST_F()
639 c1, in TEST_F()