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

/art/runtime/jdwp/
H A Djdwp_event.cc1037 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
1042 CHECK_GT(iov_count, 0);
1043 CHECK_LT(iov_count, 10);
1051 for (int i = 0; i < iov_count; i++) {
/art/runtime/
H A Ddebugger.cc3084 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
3088 gJdwpState->DdmSendChunkV(type, iov, iov_count);

Completed in 95 milliseconds