Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h258 void SendRequest(ExpandBuf* pReq);
Djdwp_main.cc180 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest() function in art::JDWP::JdwpState
Djdwp_event.cc752 SendRequest(pReq); in EventFinish()
/art/runtime/
Ddebugger.cc4195 gJdwpState->SendRequest(pReply); in FinishInvokeMethod()