Home
last modified time | relevance | path

Searched refs:call_right (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc2239 HInstruction* call_right = MakeInvoke(DataType::Type::kBool, {new_inst}); in TEST_F() local
2242 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() local
2328 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()
Dload_store_analysis_test.cc774 HInstruction* call_right = new (GetAllocator()) in TEST_F() local
797 call_right->SetRawInputAt(0, new_inst); in TEST_F()
799 right->AddInstruction(call_right); in TEST_F()