Searched refs:call_right (Results 1 – 2 of 2) sorted by relevance
2239 HInstruction* call_right = MakeInvoke(DataType::Type::kBool, {new_inst}); in TEST_F() local2242 right->AddInstruction(call_right); in TEST_F()2244 call_right->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()2260 EXPECT_INS_RETAINED(call_right); in TEST_F()2325 HInstruction* call_right = MakeInvoke(DataType::Type::kVoid, {}); in TEST_F() local2328 right->AddInstruction(call_right); in TEST_F()2330 call_right->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()2345 EXPECT_INS_RETAINED(call_right); in TEST_F()
774 HInstruction* call_right = new (GetAllocator()) in TEST_F() local797 call_right->SetRawInputAt(0, new_inst); in TEST_F()799 right->AddInstruction(call_right); in TEST_F()