Searched refs:DdmSendChunk (Results 1 - 3 of 3) sorted by path

/art/runtime/
H A Ddebugger.cc3876 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf);
3889 Dbg::DdmSendChunk(type, bytes);
3932 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { function in class:art::Dbg
3940 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { function in class:art::Dbg
3941 DdmSendChunk(type, bytes.size(), &bytes[0]);
4025 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes);
4112 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
4304 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id);
4353 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id);
H A Ddebugger.h577 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)
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc29 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset]));

Completed in 39 milliseconds