Searched refs:ProcessToBinary (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 179 void ProcessToBinary(std::fstream &fileStream) const; 325 virtual uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) = 0; 368 info->number_ = section.ProcessToBinary(context, fileStream); in ProcessSectionToBinary()
|
| D | pool_template.h | 120 uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() function 130 entry.second.ProcessToBinary(context, stream); in ProcessToBinary()
|
| D | pgo_record_pool.h | 58 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() function 141 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override in ProcessToBinary() function
|
| D | pgo_profile_type_pool.h | 65 … uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() function
|
| D | pgo_file_info.cpp | 103 void PGOProfilerHeader::ProcessToBinary(std::fstream &fileStream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOProfilerHeader
|
| D | pgo_method_type_set.cpp | 92 bool PGOMethodTypeSet::ProcessToBinary(PGOContext &context, std::stringstream &stream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodTypeSet
|
| D | pgo_method_type_set.h | 97 bool ProcessToBinary(PGOContext &context, std::stringstream &stream) const;
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 189 pandaFileInfos_->ProcessToBinary(fileStream, header_->GetPandaInfoSection()); in SaveAndRename() 190 globalRecordInfos_->ProcessToBinary(task, fileStream, header_); in SaveAndRename() 197 header_->ProcessToBinary(fileStream); in SaveAndRename()
|
| D | pgo_profiler_info.h | 64 void ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const; 231 void ProcessToBinary(std::ofstream &fileStream) const; 287 bool ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const SaveTask *task, 481 …void ProcessToBinary(const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const head…
|
| D | pgo_profiler_info.cpp | 55 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOPandaFileInfos 329 bool PGOMethodInfoMap::ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const … in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodInfoMap 359 typeInfoIter->second->ProcessToBinary(context, methodStream); in ProcessToBinary() 781 void PGORecordDetailInfos::ProcessToBinary( in ProcessToBinary() function in panda::ecmascript::pgo::PGORecordDetailInfos 795 …if (curMethodInfos->ProcessToBinary(*this, ProfileTypeRef(*this, recordId), task, fileStream, head… in ProcessToBinary()
|