Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_version.cpp20 extern "C" __attribute__((visibility("default"))) int32_t GetAOTVersion(std::string &aotVersion) in GetAOTVersion() argument
22 aotVersion = panda::ecmascript::AOTFileVersion::GetAOTVersion(); in GetAOTVersion()
23 if (aotVersion.size() != (FileHeaderBase::VERSION_SIZE * AOTFileVersion::VERSION_MULTIPLE_SIZE) - 1) { in GetAOTVersion()
H A Daot_version.h48 extern "C" int32_t GetAOTVersion(std::string &aotVersion);

Completed in 1 milliseconds