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 | 584 static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) 586 static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf)
|
D | debugger.cc | 3984 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification() 3997 Dbg::DdmSendChunk(type, bytes); in DdmSendThreadNotification() 4040 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk() function in art::Dbg 4048 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { in DdmSendChunk() function in art::Dbg 4049 DdmSendChunk(type, bytes.size(), &bytes[0]); in DdmSendChunk() 4133 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo() 4220 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush() 4417 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments() 4469 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
|