Home
last modified time | relevance | path

Searched refs:aotCompilerDiedRecipient_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp31 aotCompilerDiedRecipient_ = new (std::nothrow) AotCompilerDiedRecipient(); in AotCompilerClient()
32 if (aotCompilerDiedRecipient_ == nullptr) { in AotCompilerClient()
173 if (aotCompilerDiedRecipient_ == nullptr) { in OnLoadSystemAbilitySuccess()
177 if (!remoteObject->AddDeathRecipient(aotCompilerDiedRecipient_)) { in OnLoadSystemAbilitySuccess()
221 remotePromote->RemoveDeathRecipient(aotCompilerDiedRecipient_); in AotCompilerOnRemoteDied()
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
H A Daotcompilerclient_unit.cpp74 EXPECT_NE(aotClient.aotCompilerDiedRecipient_, nullptr); in HWTEST_F()
79 EXPECT_EQ(client_1.aotCompilerDiedRecipient_, client_2.aotCompilerDiedRecipient_); in HWTEST_F()
270 aotClient.aotCompilerDiedRecipient_->OnRemoteDied(nullptr); in HWTEST_F()
275 aotClient.aotCompilerDiedRecipient_->OnRemoteDied(remoteObject_weak); in HWTEST_F()
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_client.h59 sptr<AotCompilerDiedRecipient> aotCompilerDiedRecipient_ = nullptr; member in OHOS::ArkCompiler::AotCompilerClient

Completed in 2 milliseconds