Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1300 std::vector<iovec> wrapiov; in DdmSendChunkV() local
1301 wrapiov.push_back(iovec()); in DdmSendChunkV()
1303 wrapiov.push_back(iov[i]); in DdmSendChunkV()
1309 wrapiov[0].iov_base = header; in DdmSendChunkV()
1310 wrapiov[0].iov_len = sizeof(header); in DdmSendChunkV()
1327 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()
1331 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()