Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc6166 HInstruction* call_start_left = MakeInvoke(DataType::Type::kVoid, { }); in TEST_F() local
6168 start_left->AddInstruction(call_start_left); in TEST_F()
6170 call_start_left->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()
6219 EXPECT_INS_RETAINED(call_start_left); in TEST_F()