Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc7177 HInstruction* call_escape = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() local
7179 escape->AddInstruction(call_escape); in TEST_F()
7181 call_escape->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()
7294 HInstruction* call_escape = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() local
7296 escape->AddInstruction(call_escape); in TEST_F()
7298 call_escape->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()
7473 HInstruction* call_escape = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() local
7475 escape->AddInstruction(call_escape); in TEST_F()
7477 call_escape->CopyEnvironmentFrom(cls->GetEnvironment()); in TEST_F()
7640 escape->AddInstruction(call_escape); in TEST_F()
[all …]