Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc576 return Dbg::OutputDeclaredMethods(refTypeId, true, pReply); in RT_MethodsWithGeneric()
583 return Dbg::OutputDeclaredMethods(refTypeId, false, pReply); in RT_Methods()
/art/runtime/
Ddebugger.h381 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
Ddebugger.cc1558 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods() function in art::Dbg