Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h743 static void BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id,
Ddebugger.cc4133 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId); in ExecuteMethodWithoutPendingException()
4136 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply() function in art::Dbg