Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1104 ObjectId contended_monitor; in TR_CurrentContendedMonitor() local
1105 JdwpError rc = Dbg::GetContendedMonitor(thread_id, contended_monitor); in TR_CurrentContendedMonitor()
1109 return WriteTaggedObject(reply, contended_monitor); in TR_CurrentContendedMonitor()
/art/runtime/
Ddebugger.h189 …ic JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor)
Ddebugger.cc742 …WP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor) in GetContendedMonitor() argument
755 contended_monitor = gRegistry->Add(Monitor::GetContendedMonitor(thread)); in GetContendedMonitor()