Home
last modified time | relevance | path

Searched defs:strictMatch (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h47 …l VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool strictMatch) in VerifyVersion()
90 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion()
125 bool strictMatch) in VerifyVersion()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.h321 static void SetStrictMatch(bool strictMatch) in SetStrictMatch()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp19 bool ElfReader::VerifyELFHeader(uint32_t version, bool strictMatch) in VerifyELFHeader()