Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp140 if (!header_->ProcessToText(fileStream)) { in SaveAPTextFile()
143 pandaFileInfos_.ProcessToText(fileStream); in SaveAPTextFile()
144 recordDetailInfos_->ProcessToText(fileStream); in SaveAPTextFile()
145 abcFilePool_->GetPool()->ProcessToText(fileStream); in SaveAPTextFile()
H A Dpgo_profiler_info.cpp97 void PGOPandaFileInfos::ProcessToText(std::ofstream &stream) const in ProcessToText() function in panda::ecmascript::pgo::PGOPandaFileInfos
123 void PGOMethodInfo::ProcessToText(std::string &text) const in ProcessToText() function in panda::ecmascript::pgo::PGOMethodInfo
431 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &stream) const in ProcessToText() function in panda::ecmascript::pgo::PGOMethodInfoMap
448 methodInfo->ProcessToText(profilerString); in ProcessToText()
460 iter->second->ProcessToText(profilerString); in ProcessToText()
927 void PGORecordDetailInfos::ProcessToText(std::ofstream &stream) const in ProcessToText() function in panda::ecmascript::pgo::PGORecordDetailInfos
952 methodInfos->ProcessToText(hotnessThreshold_, recordName, stream); in ProcessToText()
954 recordPool_->ProcessToText(stream); in ProcessToText()
955 protoTransitionPool_->ProcessToText(stream); in ProcessToText()
957 profileTypePool_->GetPool()->ProcessToText(strea in ProcessToText()
[all...]
H A Dpgo_profiler_info.h71 void ProcessToText(std::ofstream &stream) const;
236 void ProcessToText(std::string &text) const;
298 void ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &stream) const;
493 void ProcessToText(std::ofstream &stream) const;
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.h113 void ProcessToText(std::string &text) const;
197 void ProcessToText(std::string &text) const in ProcessToText() function in panda::ecmascript::pgo::PGOMethodTypeSet::RWScalarOpTemplate
286 void ProcessToText(std::string &text) const in ProcessToText() function in panda::ecmascript::pgo::PGOMethodTypeSet::ObjDefOpTemplate
H A Dpgo_method_type_set.cpp158 void PGOMethodTypeSet::ProcessToText(std::string &text) const in ProcessToText() function in panda::ecmascript::pgo::PGOMethodTypeSet
185 rwScalarOpTypeInfoIter.ProcessToText(text); in ProcessToText()
194 defTypeInfoIter.ProcessToText(text); in ProcessToText()
H A Dpgo_file_info.h198 bool ProcessToText(std::ofstream &stream) const;
358 virtual bool ProcessToText(std::ofstream &stream) = 0;
H A Dpgo_record_pool.h71 bool ProcessToText(std::ofstream &stream) override
174 bool ProcessToText(std::ofstream &stream) override
H A Dpool_template.h142 bool ProcessToText(std::ofstream &stream) override
156 entry.second.ProcessToText(stream);
H A Dpgo_proto_transition_type_pool.h85 bool ProcessToText(std::ofstream &stream) override
H A Dpgo_profile_type_pool.h79 bool ProcessToText(std::ofstream &stream) override
H A Dpgo_file_info.cpp149 bool PGOProfilerHeader::ProcessToText(std::ofstream &stream) const in ProcessToText() function in panda::ecmascript::pgo::PGOProfilerHeader

Completed in 12 milliseconds