Searched refs:GetContendedMonitor (Results 1 – 5 of 5) sorted by relevance
91 static mirror::Object* GetContendedMonitor(Thread* thread)
357 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
980 mirror::Object* Monitor::GetContendedMonitor(Thread* thread) { in GetContendedMonitor() function in art::Monitor
932 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() function in art::Dbg944 mirror::Object* contended_monitor_obj = Monitor::GetContendedMonitor(thread); in GetContendedMonitor()
1069 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()