Searched refs:with_generic (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | debugger.h | 398 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic, 401 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic, 410 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 516 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() argument 526 if (with_generic) { in RT_Signature()
|