Searched defs:DdmSendChunkV (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.cc4045 Dbg::DdmSendChunkV(type, vec, 1);
4052 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { function in class:art::Dbg
4056 gJdwpState->DdmSendChunkV(type, iov, iov_count);

Completed in 78 milliseconds