Searched refs:GetContendedMonitor (Results 1 – 6 of 6) sorted by relevance
104 static mirror::Object* GetContendedMonitor(Thread* thread)
366 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
1343 mirror::Object* Monitor::GetContendedMonitor(Thread* thread) { in GetContendedMonitor() function in art::Monitor
935 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() function in art::Dbg947 mirror::Object* contended_monitor_obj = Monitor::GetContendedMonitor(thread); in GetContendedMonitor()
365 out_ = art::GcRoot<art::mirror::Object>(art::Monitor::GetContendedMonitor(target_thread)); in GetCurrentContendedMonitor()
1097 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()