Home
last modified time | relevance | path

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

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc32 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset])); in DdmServer_nativeSendChunk()
/art/runtime/
Ddebugger.h667 static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes)
669 static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf)
Ddebugger.cc4315 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification()
4328 Dbg::DdmSendChunk(type, bytes); in DdmSendThreadNotification()
4371 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk() function in art::Dbg
4379 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { in DdmSendChunk() function in art::Dbg
4380 DdmSendChunk(type, bytes.size(), &bytes[0]); in DdmSendChunk()
4468 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo()
4554 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush()
4750 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
4814 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()