Lines Matching refs:cls2

2593   HInstruction* cls2 = MakeClassLoad();  in TEST_P()  local
2595 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_P()
2601 entry->AddInstruction(cls2); in TEST_P()
2613 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_P()
2760 HInstruction* cls2 = MakeClassLoad(); in TEST_P() local
2763 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_P()
2767 entry->AddInstruction(cls2); in TEST_P()
2774 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_P()
2902 HInstruction* cls2 = MakeClassLoad(); in TEST_P() local
2904 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_P()
2909 entry->AddInstruction(cls2); in TEST_P()
2921 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_P()
2987 [&](HNewInstance* n) { return n->InputAt(0) == cls2; }); in TEST_P()
3074 HInstruction* cls2 = MakeClassLoad(); in TEST_P() local
3076 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_P()
3081 entry->AddInstruction(cls2); in TEST_P()
3093 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_P()
5699 HInstruction* cls2 = MakeClassLoad(); in TEST_F() local
5701 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_F()
5706 entry->AddInstruction(cls2); in TEST_F()
5713 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_F()
5777 p->InputAt(0)->InputAt(0) == cls2; in TEST_F()
5852 HInstruction* cls2 = MakeClassLoad(); in TEST_F() local
5854 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_F()
5859 entry->AddInstruction(cls2); in TEST_F()
5866 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_F()
5934 EXPECT_INS_EQ(merge_alloc2->InputAt(1)->InputAt(0), cls2) << *merge_alloc2; in TEST_F()
6047 HInstruction* cls2 = MakeClassLoad(); in TEST_F() local
6048 HInstruction* new_inst2 = MakeNewInstance(cls2); in TEST_F()
6051 right->AddInstruction(cls2); in TEST_F()
6055 cls2->CopyEnvironmentFrom(cls1->GetEnvironment()); in TEST_F()
6056 new_inst2->CopyEnvironmentFrom(cls2->GetEnvironment()); in TEST_F()