Home
last modified time | relevance | path

Searched refs:ProcessToBinary (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_file_info.h195 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()
H A Dpgo_record_pool.h58 uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override
141 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override
143 LOG_ECMA(DEBUG) << "[PGORecordPool] ProcessToBinary, count: " << pool_.size();
H A Dpool_template.h122 uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override
124 LOG_ECMA(DEBUG) << "ProcessToBinary. name: " << poolName_ << ", count: " << pool_.size();
132 entry.second.ProcessToBinary(context, stream);
H A Dpgo_proto_transition_type_pool.h49 uint32_t ProcessToBinary(PGOContext &context, std::fstream &stream) override
51 LOG_ECMA(DEBUG) << "[PGOProtoTransitionPool] ProcessToBinary, count: " << pool_.size();
H A Dpgo_profile_type_pool.h65 uint32_t ProcessToBinary([[maybe_unused]] PGOContext &context, std::fstream &stream) override
H A Dpgo_file_info.cpp105 void PGOProfilerHeader::ProcessToBinary(std::fstream &fileStream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOProfilerHeader
H A Dpgo_method_type_set.h110 bool ProcessToBinary(PGOContext &context, std::stringstream &stream) const;
H A Dpgo_method_type_set.cpp89 bool PGOMethodTypeSet::ProcessToBinary(PGOContext &context, std::stringstream &stream) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodTypeSet
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp209 pandaFileInfos_->ProcessToBinary(fileStream, header_->GetPandaInfoSection()); in SaveAndRename()
210 globalRecordInfos_->ProcessToBinary(task, fileStream, header_); in SaveAndRename()
218 header_->ProcessToBinary(fileStream); in SaveAndRename()
H A Dpgo_profiler_info.h66 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 header);
H A Dpgo_profiler_info.cpp38 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const in ProcessToBinary() function in panda::ecmascript::pgo::PGOPandaFileInfos
323 bool PGOMethodInfoMap::ProcessToBinary(PGOContext &context, ProfileTypeRef recordProfileRef, const SaveTask *task, in ProcessToBinary() function in panda::ecmascript::pgo::PGOMethodInfoMap
353 typeInfoIter->second->ProcessToBinary(context, methodStream); in ProcessToBinary()
807 void PGORecordDetailInfos::ProcessToBinary( in ProcessToBinary() function in panda::ecmascript::pgo::PGORecordDetailInfos
821 if (curMethodInfos->ProcessToBinary(*this, ProfileTypeRef(*this, recordId), task, fileStream, header)) { in ProcessToBinary()

Completed in 9 milliseconds