Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h248 static std::string PrettyContentionInfo(const std::string& owner_name,
Dmonitor.cc398 std::string Monitor::PrettyContentionInfo(const std::string& owner_name, in PrettyContentionInfo() argument
410 oss << "monitor contention with owner " << owner_name << " (" << owner_tid << ")"; in PrettyContentionInfo()