Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h150 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
Ddebugger.cc908 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) in GetReferenceType() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc799 return Dbg::GetReferenceType(object_id, pReply); in OR_ReferenceType()