Home
last modified time | relevance | path

Searched refs:iov_count (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() argument
1335 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()
Djdwp.h258 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)