Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc508 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() function
524 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature() function
526 return RT_Signature(state, request, pReply, false); in RT_Signature()
531 return RT_Signature(state, request, pReply, true); in RT_SignatureWithGeneric()
1442 { 2, 1, RT_Signature, "ReferenceType.Signature" },