Searched refs:request_id (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | debugger.h | 85 : request_id(invoke_request_id), in DebugInvokeReq() 101 const uint32_t request_id; member 648 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, 755 static void BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id,
|
D | debugger.cc | 3837 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, in PrepareInvokeMethod() argument 3963 request_id, thread_id, receiver, c, m, options, arg_values, arg_count); in PrepareInvokeMethod() 4147 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException() 4150 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply() argument 4166 JDWP::Set4BE(buf + kJDWPHeaderIdOffset, request_id); in BuildInvokeReply() 4186 pReq->request_id, replyDataLength); in FinishInvokeMethod()
|