Home
last modified time | relevance | path

Searched refs:VerifyVersion (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h47 …static bool VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool s… in VerifyVersion() function
49 return VerifyVersion(fileDesc, ToVersion(currVersion), ToVersion(lastVersion), strictMatch); in VerifyVersion()
65 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion() function
74 if (!VerifyVersion(fileDesc, version_, lastVersion, strictMatch)) { in VerifyVersion()
99 …static bool VerifyVersion(const char *fileDesc, const VersionType &currVersion, const VersionType … in VerifyVersion() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h50 return VerifyVersion("snapshot file", lastVersion, AOTFileVersion::AI_STRICT_MATCH); in Verify()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp65 if (inHeaderBase->VerifyVersion("apPath file", LAST_VERSION, IsStrictMatch())) { in ParseFromBinary()
Dpgo_file_info.h142 return VerifyVersion("apPath file", LAST_VERSION, IsStrictMatch()); in Verify()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp35 if (!base::FileHeaderBase::VerifyVersion("Elf ", header.e_version, version, strictMatch)) { in VerifyELFHeader()