Searched refs:iov_count (Results 1 – 2 of 2) sorted by relevance
1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() argument1335 CHECK_GT(iov_count, 0); in DdmSendChunkV()1336 CHECK_LT(iov_count, 10); in DdmSendChunkV()1344 for (int i = 0; i < iov_count; i++) { in DdmSendChunkV()
258 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)