Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h330 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
Ddebugger.cc949 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1087 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, monitors, stack_depths); in TR_OwnedMonitors()