Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h133 class FileHeaderElastic : public FileHeaderBase {
172 explicit FileHeaderElastic(const VersionType &lastVersion) : FileHeaderBase(lastVersion) {} in FileHeaderElastic() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h99 class PGOProfilerHeader : public base::FileHeaderElastic {
116 PGOProfilerHeader() : base::FileHeaderElastic(LAST_VERSION), sectionNumber_(SECTION_SIZE) in PGOProfilerHeader()
Dpgo_profiler_info.cpp60 auto sectionSize = desSize - sizeof(FileHeaderElastic); in BuildFromLegacy()
135 auto sectionSize = Size() - sizeof(FileHeaderElastic); in ProcessToBinary()