Searched refs:call_escape (Results 1 – 1 of 1) sorted by relevance
7177 HInstruction* call_escape = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() local7179 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() local7296 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() local7475 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 …]