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

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

Completed in 90 milliseconds