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

/art/runtime/
H A Ddebugger.h366 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
369 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
378 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
H A Ddebugger.cc1583 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::ExpandBuf* pReply) { argument
1600 if (with_generic) {
1609 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, argument
1627 if (with_generic) {
1699 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, argument
1705 bool with_generic; member in struct:art::DebugCallbackContext
1722 if (pContext->with_generic) {
1746 context.with_generic = with_generic;
/art/runtime/jdwp/
H A Djdwp_handler.cc554 static JdwpError RT_Signature(JdwpState*, Request& request, ExpandBuf* pReply, bool with_generic)
564 if (with_generic) {

Completed in 215 milliseconds