Searched refs:iov_count (Results 1 - 4 of 4) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc1287 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
1292 CHECK_GT(iov_count, 0);
1293 CHECK_LT(iov_count, 10);
1301 for (int i = 0; i < iov_count; i++) {
H A Djdwp.h253 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
/art/runtime/
H A Ddebugger.h646 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
H A Ddebugger.cc4378 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
4382 gJdwpState->DdmSendChunkV(type, iov, iov_count);

Completed in 228 milliseconds