Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc332 SafeMap<uint64_t, size_t> most_common_blocker; in DumpContention() local
345 it = most_common_blocker.find(owner_tid); in DumpContention()
346 if (it != most_common_blocker.end()) { in DumpContention()
347 most_common_blocker.Overwrite(owner_tid, it->second + count); in DumpContention()
349 most_common_blocker.Put(owner_tid, count); in DumpContention()
366 for (const auto& pair : most_common_blocker) { in DumpContention()