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 | 1318 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() function in art::JDWP::JdwpState
|
/art/runtime/ |
D | trace.cc | 543 Dbg::DdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in FinishTracing()
|
D | debugger.h | 581 static void DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count)
|
D | debugger.cc | 3937 Dbg::DdmSendChunkV(type, vec, 1); in DdmSendChunk() 3944 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV() function in art::Dbg 3948 gJdwpState->DdmSendChunkV(type, iov, iov_count); in DdmSendChunkV()
|
/art/runtime/hprof/ |
D | hprof.cc | 459 Dbg::DdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in Dump()
|