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

/art/runtime/
H A Ddebugger.h62 : request_id(invoke_request_id), thread_id(invoke_thread_id), receiver(invoke_receiver),
72 const uint32_t request_id; member in struct:art::DebugInvokeReq
616 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,
722 static void BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id,
H A Ddebugger.cc3893 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, argument
4018 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m,
4202 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId);
4205 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, argument
4221 JDWP::Set4BE(buf + kJDWPHeaderIdOffset, request_id);
4241 pReq->request_id, replyDataLength);

Completed in 754 milliseconds