Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h62 : request_id(invoke_request_id), thread_id(invoke_thread_id), receiver(invoke_receiver), in DebugInvokeReq()
72 const uint32_t request_id; member
616 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,
722 static void BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id,
Ddebugger.cc3904 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, in PrepareInvokeMethod() argument
4029 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m, in PrepareInvokeMethod()
4214 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()
4217 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply() argument
4233 JDWP::Set4BE(buf + kJDWPHeaderIdOffset, request_id); in BuildInvokeReply()
4253 pReq->request_id, replyDataLength); in FinishInvokeMethod()