Home
last modified time | relevance | path

Searched refs:GetContendedMonitor (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_monitor.cc382 out_ = art::GcRoot<art::mirror::Object>(art::Monitor::GetContendedMonitor(target_thread)); in GetCurrentContendedMonitor()
/art/runtime/
Dmonitor.h112 static ObjPtr<mirror::Object> GetContendedMonitor(Thread* thread)
Ddebugger.h378 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
Dmonitor.cc1408 ObjPtr<mirror::Object> Monitor::GetContendedMonitor(Thread* thread) { in GetContendedMonitor() function in art::Monitor
Ddebugger.cc930 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() function in art::Dbg
942 ObjPtr<mirror::Object> contended_monitor_obj = Monitor::GetContendedMonitor(thread); in GetContendedMonitor()
/art/runtime/jdwp/
Djdwp_handler.cc1096 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()