Searched refs:GetContendedMonitor (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dmonitor.h96 static mirror::Object* GetContendedMonitor(Thread* thread)
H A Ddebugger.h339 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
H A Dmonitor.cc1156 mirror::Object* Monitor::GetContendedMonitor(Thread* thread) { function in class:art::Monitor
H A Ddebugger.cc870 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, function in class:art::Dbg
882 mirror::Object* contended_monitor_obj = Monitor::GetContendedMonitor(thread);
/art/runtime/jdwp/
H A Djdwp_handler.cc1090 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor);

Completed in 92 milliseconds