Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h360 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
Ddebugger.cc855 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc838 return Dbg::GetMonitorInfo(object_id, reply); in OR_MonitorInfo()