Searched defs:with_generic (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | debugger.cc | 1571 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::Expand… in OutputDeclaredFields() 1597 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods() 1687 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable() 1693 bool with_generic; in OutputVariableTable() member
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 554 static JdwpError RT_Signature(JdwpState*, Request& request, ExpandBuf* pReply, bool with_generic) in RT_Signature()
|