Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h308 static JDWP::JdwpError GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
Ddebugger.cc1065 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1408 return Dbg::GetReflectedType(class_object_id, pReply); in COR_ReflectedType()