Searched refs:VerifyVersion (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | file_header.h | 47 …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/ |
D | snapshot.h | 50 return VerifyVersion("snapshot file", lastVersion, AOTFileVersion::AI_STRICT_MATCH); in Verify()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
D | pgo_file_info.cpp | 65 if (inHeaderBase->VerifyVersion("apPath file", LAST_VERSION, IsStrictMatch())) { in ParseFromBinary()
|
D | pgo_file_info.h | 142 return VerifyVersion("apPath file", LAST_VERSION, IsStrictMatch()); in Verify()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | elf_reader.cpp | 35 if (!base::FileHeaderBase::VerifyVersion("Elf ", header.e_version, version, strictMatch)) { in VerifyELFHeader()
|