| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.h | 195 void ProcessToBinary(std::fstream &fileStream) const; 356 virtual uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) = 0; 399 info->number_ = section.ProcessToBinary(context, fileStream); in ProcessSectionToBinary()
|
| 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 | pool_template.h | 122 uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override in ProcessToBinary() function 132 entry.second.ProcessToBinary(context, stream); in ProcessToBinary()
|
| D | pgo_file_info.cpp | 101 void PGOProfilerHeader::ProcessToBinary(std::fstream &fileStream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOProfilerHeader
|
| D | pgo_proto_transition_type_pool.h | 49 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_method_type_set.cpp | 89 bool PGOMethodTypeSet::ProcessToBinary(PGOContext &context, std::stringstream &stream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodTypeSet
|
| D | pgo_method_type_set.h | 108 bool ProcessToBinary(PGOContext &context, std::stringstream &stream) const;
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 209 pandaFileInfos_->ProcessToBinary(fileStream, header_->GetPandaInfoSection()); in SaveAndRename() 210 globalRecordInfos_->ProcessToBinary(task, fileStream, header_); in SaveAndRename() 218 header_->ProcessToBinary(fileStream); in SaveAndRename()
|
| D | pgo_profiler_info.h | 66 void ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const; 233 void ProcessToBinary(std::ofstream &fileStream) const; 294 bool ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const SaveTask *task, 490 …void ProcessToBinary(const SaveTask *task, std::fstream &fileStream, PGOProfilerHeader *const head…
|
| D | pgo_profiler_info.cpp | 38 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOPandaFileInfos 319 bool PGOMethodInfoMap::ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const … in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodInfoMap 349 typeInfoIter->second->ProcessToBinary(context, methodStream); in ProcessToBinary() 803 void PGORecordDetailInfos::ProcessToBinary( in ProcessToBinary() function in panda::ecmascript::pgo::PGORecordDetailInfos 817 …if (curMethodInfos->ProcessToBinary(*this, ProfileTypeRef(*this, recordId), task, fileStream, head… in ProcessToBinary()
|