Searched refs:DdmSendChunkV (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 257 void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
|
D | jdwp_event.cc | 1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() function in art::JDWP::JdwpState
|
/art/runtime/ |
D | trace.cc | 552 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in FinishTracing()
|
D | debugger.h | 588 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
|
D | debugger.cc | 4045 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/ |
D | hprof.cc | 460 Dbg::DdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in Dump()
|