Searched refs:contended_monitor (Results 1 – 3 of 3) sorted by relevance
1104 ObjectId contended_monitor; in TR_CurrentContendedMonitor() local1105 JdwpError rc = Dbg::GetContendedMonitor(thread_id, contended_monitor); in TR_CurrentContendedMonitor()1109 return WriteTaggedObject(reply, contended_monitor); in TR_CurrentContendedMonitor()
189 …ic JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor)
742 …WP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor) in GetContendedMonitor() argument755 contended_monitor = gRegistry->Add(Monitor::GetContendedMonitor(thread)); in GetContendedMonitor()