Searched refs:methodNameSet (Results 1 – 2 of 2) sorted by relevance
941 for (const auto &methodNameSet : methodInfoMap_) { in GetMismatchResult() local942 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() local954 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()
877 for (auto &methodNameSet : methodInfoMap_) { in Clear()878 methodNameSet.second.Clear(); in Clear()