Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h91 static mirror::Object* GetContendedMonitor(Thread* thread)
Ddebugger.h357 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
Dmonitor.cc980 mirror::Object* Monitor::GetContendedMonitor(Thread* thread) { in GetContendedMonitor() function in art::Monitor
Ddebugger.cc932 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() function in art::Dbg
944 mirror::Object* contended_monitor_obj = Monitor::GetContendedMonitor(thread); in GetContendedMonitor()
/art/runtime/jdwp/
Djdwp_handler.cc1069 JdwpError rc = Dbg::GetContendedMonitor(thread_id, &contended_monitor); in TR_CurrentContendedMonitor()