Home
last modified time | relevance | path

Searched refs:GetOwnedMonitors (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h374 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
Ddebugger.cc880 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1063 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, &monitors, &stack_depths); in TR_OwnedMonitors()