Searched refs:LAST_VERSION (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_file_info.h | 119 static constexpr VersionType LAST_VERSION = {0, 0, 0, 14}; member in panda::ecmascript::pgo::PGOProfilerHeader 129 PGOProfilerHeader() : base::FileHeaderElastic(LAST_VERSION), sectionNumber_(SECTION_SIZE) in PGOProfilerHeader() 153 return VerifyVersion("apPath file", LAST_VERSION, IsStrictMatch()); in Verify() 339 static constexpr VersionType LAST_VERSION = {0, 0, 0, 5}; member in panda::ecmascript::pgo::PGOProfilerHeaderLegacy 340 PGOProfilerHeaderLegacy() : base::FileHeaderBase(LAST_VERSION), sectionNumber_(SECTION_SIZE) {}; in PGOProfilerHeaderLegacy()
|
H A D | pgo_file_info.cpp | 67 if (inHeaderBase->VerifyVersion("ap file", LAST_VERSION, IsStrictMatch())) { in ParseFromBinary()
|
Completed in 2 milliseconds