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

/art/runtime/jdwp/
H A Djdwp_event.cc1318 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
1323 CHECK_GT(iov_count, 0);
1324 CHECK_LT(iov_count, 10);
1332 for (int i = 0; i < iov_count; i++) {
/art/runtime/
H A Ddebugger.cc3944 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { argument
3948 gJdwpState->DdmSendChunkV(type, iov, iov_count);

Completed in 40 milliseconds