Home
last modified time | relevance | path

Searched refs:jModuleType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
Dprof_dump_json.cpp34 std::vector<ProfileType::jModuleType> modules; in ConvertApToJson()
43 ProfileType::jModuleType oneModule; in ConvertApToJson()
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
Dprof_convert_json.h32 cJSON* Convert(const std::vector<ProfileType::jModuleType>& data) const in Convert()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h80 …using jModuleType = std::multimap<std::string, std::variant<std::string, std::vector<VariantMap>>>; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h300 void ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const;
Dpgo_profiler_info.cpp465 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson()