Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h398 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/
Djdwp_handler.cc516 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() argument
526 if (with_generic) { in RT_Signature()