Home
last modified time | relevance | path

Searched refs:ProcessToJson (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
H A Dprof_dump_json.cpp45 iter->second->ProcessToJson(1, oneModule); in ConvertApToJson()
59 decoder.GetAbcFilePool()->GetPool()->ProcessToJson(abcFilePoolMessage); in ConvertApToJson()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.h115 void ProcessToJson(ProfileType::VariantVector &typeArray) const;
213 void ProcessToJson(ProfileType::MapVector &typeArray) const in ProcessToJson() function in panda::ecmascript::pgo::PGOMethodTypeSet::RWScalarOpTemplate
295 void ProcessToJson(std::vector<ProfileType::StringMap> &sameOffsetTypeArray) const in ProcessToJson() function in panda::ecmascript::pgo::PGOMethodTypeSet::ObjDefOpTemplate
H A Dpgo_method_type_set.cpp201 void PGOMethodTypeSet::ProcessToJson(ProfileType::VariantVector &typeArray) const in ProcessToJson() function in panda::ecmascript::pgo::PGOMethodTypeSet
217 rwScalarOpTypeInfoIter.ProcessToJson(sameOffsetTypeArray); in ProcessToJson()
222 defTypeInfoIter.ProcessToJson(sameOffsetTypeArray); in ProcessToJson()
H A Dpool_template.h165 void ProcessToJson(std::vector<ProfileType::StringMap> &abcPoolArray) in ProcessToJson() function in panda::ecmascript::pgo::PoolTemplate
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h238 void ProcessToJson(ProfileType::VariantMap &function) const;
300 void ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const;
H A Dpgo_profiler_info.cpp134 void PGOMethodInfo::ProcessToJson(ProfileType::VariantMap &function) const in ProcessToJson() function in panda::ecmascript::pgo::PGOMethodInfo
469 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson() function in panda::ecmascript::pgo::PGOMethodInfoMap
478 methodInfo->ProcessToJson(function); in ProcessToJson()
482 iter->second->ProcessToJson(typeArray); in ProcessToJson()

Completed in 7 milliseconds