Searched refs:with_generic (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | debugger.h | 410 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic, 413 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic, 422 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
|
D | debugger.cc | 1596 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields() argument 1615 if (with_generic) { in OutputDeclaredFields() 1624 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods() argument 1641 if (with_generic) { in OutputDeclaredMethods() 1699 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable() argument 1734 if (with_generic) { in OutputVariableTable()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 515 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() argument 525 if (with_generic) { in RT_Signature()
|