Home
last modified time | relevance | path

Searched refs:AN_VERSION (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_version.h28 static constexpr base::FileHeaderBase::VersionType AN_VERSION = {4, 0, 0, 9}; member in panda::ecmascript::AOTFileVersion
35 return base::FileHeaderBase::ConvToStr(AN_VERSION); in GetAOTVersion()
42 return base::FileHeaderBase::VerifyVersionWithoutFile(AN_VERSION, *oldVersionFormat); in CheckAOTVersion()
H A Dan_file_info.cpp38 builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), triple); in Save()
59 if (!reader.VerifyELFHeader(base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), in LoadInternal()
H A Dstub_file_info.cpp52 builder.PackELFHeader(header, base::FileHeaderBase::ToVersionNumber(AOTFileVersion::AN_VERSION), triple); in Save()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h302 return VerifyVersion("ap file compatible aot file", GetCompatibleAnVersion(), AOTFileVersion::AN_VERSION, true); in IsCompatibleWithAOTFile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp217 header_->SetCompatibleAnVersion(AOTFileVersion::AN_VERSION); in SaveAndRename()

Completed in 3 milliseconds