Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h369 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
372 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
381 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
Ddebugger.cc1490 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields() argument
1509 if (with_generic) { in OutputDeclaredFields()
1518 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods() argument
1535 if (with_generic) { in OutputDeclaredMethods()
1605 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable() argument
1611 bool with_generic; in OutputVariableTable() member
1629 if (pContext->with_generic) { in OutputVariableTable()
1653 context.with_generic = with_generic; in OutputVariableTable()
/art/runtime/jdwp/
Djdwp_handler.cc508 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() argument
518 if (with_generic) { in RT_Signature()