Home
last modified time | relevance | path

Searched refs:FileHeaderElastic (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_file_info.cpp37 auto sectionSize = desSize - sizeof(FileHeaderElastic); in BuildFromLegacy()
112 auto sectionSize = Size() - sizeof(FileHeaderElastic); in ProcessToBinary()
Dpgo_file_info.h95 class PGOProfilerHeader : public base::FileHeaderElastic {
119 PGOProfilerHeader() : base::FileHeaderElastic(LAST_VERSION), sectionNumber_(SECTION_SIZE) in PGOProfilerHeader()
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h140 class FileHeaderElastic : public FileHeaderBase {
179 explicit FileHeaderElastic(const VersionType &lastVersion) : FileHeaderBase(lastVersion) {} in FileHeaderElastic() function