arkcompiler_ets_runtime/compiler_service/libaot_compiler_service.map
wu_zhang_da bdff67d2eb Optimize AOT Compile Load
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAF9NS

Signed-off-by: wu_zhang_da <wuzhangda@huawei.com>
Change-Id: Iba857b46ba82e32d051e653410936d1cf1bdac40
2024-08-14 14:53:54 +08:00

15 lines
574 B
Plaintext

{
global:
extern "C++" {
OHOS::ArkCompiler::AotCompilerClient::GetInstance*;
OHOS::ArkCompiler::AotCompilerClient::AotCompiler*;
OHOS::ArkCompiler::AotCompilerClient::StopAotCompiler*;
OHOS::ArkCompiler::PowerDisconnectedListener::PowerDisconnectedListener*;
OHOS::ArkCompiler::ScreenStatusSubscriber::ScreenStatusSubscriber*;
OHOS::ArkCompiler::ThermalMgrListener::ThermalMgrListener*;
OHOS::ArkCompiler::AotCompilerClient::GetAOTVersion*;
OHOS::ArkCompiler::AotCompilerClient::NeedReCompile*;
};
local:
*;
};