Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h394 static JDWP::JdwpError OutputDeclaredInterfaces(JDWP::RefTypeId ref_type_id,
Ddebugger.cc1606 JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in OutputDeclaredInterfaces() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc478 return Dbg::OutputDeclaredInterfaces(refTypeId, pReply); in RT_Interfaces()