Home
last modified time | relevance | path

Searched refs:methodNameSet (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp941 for (const auto &methodNameSet : methodInfoMap_) { in GetMismatchResult() local
942 if (methodNameSet.second.IsMatch()) { in GetMismatchResult()
945 auto info = std::make_pair(methodNameSet.first, recordName); in GetMismatchResult()
953 for (const auto &methodNameSet : from.methodInfoMap_) { in Merge() local
954 auto iter = methodInfoMap_.find(methodNameSet.first); in Merge()
956 auto ret = methodInfoMap_.try_emplace(methodNameSet.first, chunk_); in Merge()
959 const_cast<PGOMethodNameSet &>(iter->second).Merge(methodNameSet.second); in Merge()
Dpgo_profiler_info.h877 for (auto &methodNameSet : methodInfoMap_) { in Clear()
878 methodNameSet.second.Clear(); in Clear()