Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_saver.cpp83 pandaFileInfos_->ProcessToBinary(fileStream, header_->GetPandaInfoSection()); in SaveProfiler()
84 globalRecordInfos_->ProcessToBinary(task, fileStream, header_->GetRecordInfoSection()); in SaveProfiler()
85 header_->ProcessToBinary(fileStream); in SaveProfiler()
Dpgo_profiler_info.h118 void ProcessToBinary(std::ofstream &fileStream) const;
162 void ProcessToBinary(std::ofstream &fileStream, SectionInfo *info) const;
320 void ProcessToBinary(std::ofstream &fileStream) const;
350 bool ProcessToBinary(uint32_t threshold, const CString &recordName, const SaveTask *task,
418 void ProcessToBinary(const SaveTask *task, std::ofstream &fileStream, SectionInfo *info) const;
Dpgo_profiler_info.cpp52 void PGOProfilerHeader::ProcessToBinary(std::ofstream &fileStream) const in ProcessToBinary() function in panda::ecmascript::PGOProfilerHeader
99 void PGOPandaFileInfos::ProcessToBinary(std::ofstream &fileStream, SectionInfo *info) const in ProcessToBinary() function in panda::ecmascript::PGOPandaFileInfos
235 bool PGOMethodInfoMap::ProcessToBinary(uint32_t threshold, const CString &recordName, in ProcessToBinary() function in panda::ecmascript::PGOMethodInfoMap
389 void PGORecordDetailInfos::ProcessToBinary(const SaveTask *task, std::ofstream &fileStream, Section… in ProcessToBinary() function in panda::ecmascript::PGORecordDetailInfos
396 if (curMethodInfos->ProcessToBinary(hotnessThreshold_, recordName, task, fileStream)) { in ProcessToBinary()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp410 pandaFileInfos->ProcessToBinary(file, header->GetPandaInfoSection()); in HWTEST_F_L0()
411 recordInfos->ProcessToBinary(nullptr, file, header->GetRecordInfoSection()); in HWTEST_F_L0()
412 header->ProcessToBinary(file); in HWTEST_F_L0()