Searched refs:DdmSendChunkV (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h253 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
H A Djdwp_event.cc1287 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.h646 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
H A Dtrace.cc739 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2);
H A Ddebugger.cc4371 Dbg::DdmSendChunkV(type, vec, 1);
4378 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { function in class:art::Dbg
4382 gJdwpState->DdmSendChunkV(type, iov, iov_count);

Completed in 194 milliseconds