Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h257 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/
Dtrace.cc552 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in FinishTracing()
Ddebugger.h588 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
Ddebugger.cc4045 Dbg::DdmSendChunkV(type, vec, 1); in DdmSendChunk()
4052 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() function in art::Dbg
4056 gJdwpState->DdmSendChunkV(type, iov, iov_count); in DdmSendChunkV()
/art/runtime/hprof/
Dhprof.cc460 Dbg::DdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in Dump()