Searched refs:RT_Signature (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 515 static JdwpError RT_Signature(JdwpState*, Request* request, ExpandBuf* pReply, bool with_generic) in RT_Signature() function 531 static JdwpError RT_Signature(JdwpState* state, Request* request, ExpandBuf* pReply) in RT_Signature() function 533 return RT_Signature(state, request, pReply, false); in RT_Signature() 538 return RT_Signature(state, request, pReply, true); in RT_SignatureWithGeneric() 1475 { 2, 1, RT_Signature, "ReferenceType.Signature" },
|