Searched refs:RT_Signature (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 508 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" },
|