Home
last modified time | relevance | path

Searched refs:AotCompilerDiedRecipient (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_client.h48 class AotCompilerDiedRecipient : public IRemoteObject::DeathRecipient { class in OHOS::ArkCompiler::AotCompilerClient
59 sptr<AotCompilerDiedRecipient> aotCompilerDiedRecipient_ = nullptr;
/arkcompiler/ets_runtime/compiler_service/src/
H A Daot_compiler_client.cpp31 aotCompilerDiedRecipient_ = new (std::nothrow) AotCompilerDiedRecipient(); in AotCompilerClient()
195 void AotCompilerClient::AotCompilerDiedRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()

Completed in 1 milliseconds