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

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc29 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset]));
/art/runtime/
H A Ddebugger.h584 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)
H A Ddebugger.cc3984 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf);
3997 Dbg::DdmSendChunk(type, bytes);
4040 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { function in class:art::Dbg
4048 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { function in class:art::Dbg
4049 DdmSendChunk(type, bytes.size(), &bytes[0]);
4133 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes);
4220 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
4417 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id);
4469 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id);

Completed in 90 milliseconds