Searched refs:GetContendedMonitor (Results 1 – 6 of 6) sorted by relevance
382 out_ = art::GcRoot<art::mirror::Object>(art::Monitor::GetContendedMonitor(target_thread)); in GetCurrentContendedMonitor()
112 static ObjPtr<mirror::Object> GetContendedMonitor(Thread* thread)
378 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
1408 ObjPtr<mirror::Object> Monitor::GetContendedMonitor(Thread* thread) { in GetContendedMonitor() function in art::Monitor
930 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() function in art::Dbg942 ObjPtr<mirror::Object> contended_monitor_obj = Monitor::GetContendedMonitor(thread); in GetContendedMonitor()
1096 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()