Searched refs:DdmSendChunk (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 29 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset])); in DdmServer_nativeSendChunk()
|
/art/runtime/ |
D | debugger.h | 577 static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) 579 static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf)
|
D | debugger.cc | 3876 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification() 3889 Dbg::DdmSendChunk(type, bytes); in DdmSendThreadNotification() 3932 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk() function in art::Dbg 3940 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { in DdmSendChunk() function in art::Dbg 3941 DdmSendChunk(type, bytes.size(), &bytes[0]); in DdmSendChunk() 4025 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo() 4112 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush() 4304 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments() 4353 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
|