Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h111 static constexpr size_t SECTION_SIZE = 3; variable
116 PGOProfilerHeader() : base::FileHeaderElastic(LAST_VERSION), sectionNumber_(SECTION_SIZE) in PGOProfilerHeader()
124 return sizeof(PGOProfilerHeader) + (SECTION_SIZE - 1) * sizeof(SectionInfo); in LastSize()
251 uint32_t sectionNumber_ {SECTION_SIZE};
257 static constexpr size_t SECTION_SIZE = 3;
259 PGOProfilerHeaderLegacy() : base::FileHeaderBase(LAST_VERSION), sectionNumber_(SECTION_SIZE) {}; in PGOProfilerHeaderLegacy()
267 uint32_t sectionNumber_ {SECTION_SIZE};