Searched refs:ProcessToBinary (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.cpp | 131 pandaFileInfos_->ProcessToBinary(fileStream, header_->GetPandaInfoSection()); in SaveAndRename() 132 globalRecordInfos_->ProcessToBinary(task, fileStream, header_); in SaveAndRename() 133 header_->ProcessToBinary(fileStream); in SaveAndRename()
|
D | pgo_profiler_info.h | 176 void ProcessToBinary(std::fstream &fileStream) const; 284 void ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const; 451 void ProcessToBinary(std::ofstream &fileStream) const; 538 bool ProcessToBinary(std::stringstream &stream) const; 846 …bool ProcessToBinary(uint32_t threshold, const CString &recordName, const SaveTask *task, std::fst… 1044 …void ProcessToBinary(const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const head…
|
D | pgo_profiler_info.cpp | 126 void PGOProfilerHeader::ProcessToBinary(std::fstream &fileStream) const in ProcessToBinary() function in panda::ecmascript::PGOProfilerHeader 189 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary() function in panda::ecmascript::PGOPandaFileInfos 364 bool PGOMethodTypeSet::ProcessToBinary(std::stringstream &stream) const in ProcessToBinary() function in panda::ecmascript::PGOMethodTypeSet 760 bool PGOMethodInfoMap::ProcessToBinary(uint32_t threshold, const CString &recordName, const SaveTas… in ProcessToBinary() function in panda::ecmascript::PGOMethodInfoMap 789 typeInfoIter->second->ProcessToBinary(methodStream); in ProcessToBinary() 1114 void PGORecordDetailInfos::ProcessToBinary( in ProcessToBinary() function in panda::ecmascript::PGORecordDetailInfos 1127 … if (curMethodInfos->ProcessToBinary(hotnessThreshold_, recordName, task, fileStream, header)) { in ProcessToBinary()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 584 pandaFileInfos->ProcessToBinary(file, header->GetPandaInfoSection()); in HWTEST_F_L0() 585 recordInfos->ProcessToBinary(nullptr, file, header); in HWTEST_F_L0() 586 header->ProcessToBinary(file); in HWTEST_F_L0()
|