Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc551 return Dbg::OutputDeclaredFields(refTypeId, true, pReply); in RT_FieldsWithGeneric()
558 return Dbg::OutputDeclaredFields(refTypeId, false, pReply); in RT_Fields()
/art/runtime/
Ddebugger.h388 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
Ddebugger.cc1549 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::Expand… in OutputDeclaredFields() function in art::Dbg