Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h258 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
Djdwp_event.cc1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.cc348 gJdwpState->DdmSendChunkV(type, vec, 1); in DdmPublishChunk()