Home
last modified time | relevance | path

Searched refs:iov_count (Results 1 – 4 of 4) 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.h257 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
/art/runtime/
Ddebugger.h588 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
Ddebugger.cc4052 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() argument
4056 gJdwpState->DdmSendChunkV(type, iov, iov_count); in DdmSendChunkV()