Home
last modified time | relevance | path

Searched refs:SendRequest (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp.h259 void SendRequest(ExpandBuf* pReq);
Djdwp_main.cc184 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest() function in art::JDWP::JdwpState
Djdwp_event.cc792 SendRequest(pReq); in EventFinish()
/art/runtime/
Ddebugger.cc4243 gJdwpState->SendRequest(pReply); in FinishInvokeMethod()