Searched refs:iov_count (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 1330 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()
|
D | jdwp.h | 257 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
|
/art/runtime/ |
D | debugger.h | 588 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
|
D | debugger.cc | 4052 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() argument 4056 gJdwpState->DdmSendChunkV(type, iov, iov_count); in DdmSendChunkV()
|