Lines Matching refs:c1
74 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
77 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F()
80 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0); in TEST_F()
111 ref, type, field, c1, vec, class_def, is_vec_op); in TEST_F()
151 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
157 c1, in TEST_F()
230 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
233 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
235 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
237 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
239 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
326 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
336 c1, in TEST_F()
347 c1, in TEST_F()
352 c1, in TEST_F()
371 c1, in TEST_F()
656 HInstruction* c1 = graph_->GetIntConstant(1); in TEST_F() local
662 c1, in TEST_F()
668 c1, in TEST_F()
674 c1, in TEST_F()
678 HInstruction* inter_addr = new (GetAllocator()) HIntermediateAddress(null_check, c1, 0); in TEST_F()
680 c1, in TEST_F()