Home
last modified time | relevance | path

Searched refs:SectionInfo (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h32 struct SectionInfo { struct
137 return sizeof(PGOProfilerHeader) + (SECTION_SIZE - 1) * sizeof(SectionInfo); in LastSize()
143 return sizeof(PGOProfilerHeader) + (sectionNumber - 1) * sizeof(SectionInfo); in Size()
200 SectionInfo *GetPandaInfoSection() const in GetPandaInfoSection()
205 SectionInfo *GetRecordInfoSection() const in GetRecordInfoSection()
210 SectionInfo *GetLayoutDescSection() const in GetLayoutDescSection()
215 SectionInfo *GetRecordPoolSection() const in GetRecordPoolSection()
220 SectionInfo *GetProfileTypeSection() const in GetProfileTypeSection()
225 SectionInfo *GetAbcFilePoolSection() const in GetAbcFilePoolSection()
230 SectionInfo *GetProtoTransitionPoolSectio
[all...]
H A Dpgo_proto_transition_type_pool.h44 SectionInfo *GetSection(PGOProfilerHeader const *header) const override
52 SectionInfo secInfo;
54 secInfo.offset_ = sizeof(SectionInfo);
65 stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(SectionInfo));
73 auto secInfo = base::ReadBuffer<SectionInfo>(buffer);
H A Dpgo_record_pool.h136 SectionInfo *GetSection(PGOProfilerHeader const *header) const override
144 SectionInfo secInfo;
146 secInfo.offset_ = sizeof(SectionInfo);
157 stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(SectionInfo));
165 auto secInfo = base::ReadBuffer<SectionInfo>(buffer);
253 static SectionInfo *GetSection(PGOProfilerHeader const *header) in GetSection()
H A Dpool_template.h40 using GetSectionCb = std::function<SectionInfo *(PGOProfilerHeader const *header)>;
125 SectionInfo secInfo;
127 secInfo.offset_ = sizeof(SectionInfo);
137 stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(SectionInfo));
177 auto secInfo = base::ReadBuffer<SectionInfo>(buffer);
226 SectionInfo *GetSection(PGOProfilerHeader const *header) const override
H A Dpgo_profile_type_pool.h118 static SectionInfo *GetSection(PGOProfilerHeader const *header) in GetSection()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp29 void PGOPandaFileInfos::ParseFromBinary(void *buffer, SectionInfo *const info) in ParseFromBinary()
38 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary()
294 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer); in ParseFromBinary()
326 SectionInfo secInfo; in ProcessToBinary()
362 secInfo.offset_ = sizeof(SectionInfo); in ProcessToBinary()
365 stream.write(reinterpret_cast<char *>(&secInfo), sizeof(SectionInfo)); in ProcessToBinary()
494 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer); in ParseFromBinary()
754 SectionInfo *inf in ParseFromBinary()
[all...]
H A Dpgo_profiler_info.h65 void ParseFromBinary(void *buffer, SectionInfo *const info);
66 void ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const;

Completed in 7 milliseconds