Home
last modified time | relevance | path

Searched defs:GetAOTVersion (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/mock/include/ecmascript/compiler/aot_file/
Daot_version.h25 static std::string GetAOTVersion() in GetAOTVersion() function
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_version.cpp20 extern "C" __attribute__((visibility("default"))) int32_t GetAOTVersion(std::string &aotVersion) in GetAOTVersion() function
Daot_version.h33 static PUBLIC_API std::string GetAOTVersion() in GetAOTVersion() function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Daot_version_test.cpp33 HWTEST_F_L0(AotVersionTest, GetAOTVersion) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_proxy.cpp113 ErrCode AotCompilerInterfaceProxy::GetAOTVersion(std::string& sigData) in GetAOTVersion() function in OHOS::ArkCompiler::AotCompilerInterfaceProxy
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_client.cpp68 int32_t AotCompilerClient::GetAOTVersion(std::string& sigData) in GetAOTVersion() function in OHOS::ArkCompiler::AotCompilerClient
Daot_compiler_service.cpp131 int32_t AotCompilerService::GetAOTVersion(std::string& sigData) in GetAOTVersion() function in OHOS::ArkCompiler::AotCompilerService
Daot_compiler_impl.cpp223 int32_t AotCompilerImpl::GetAOTVersion(std::string& sigData) in GetAOTVersion() function in OHOS::ArkCompiler::AotCompilerImpl