Searched refs:dvmDbgDdmSendChunk (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmServer.cpp | 40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset); in Dalvik_org_apache_harmony_dalvik_ddmc_DdmServer_nativeSendChunk()
|
/dalvik/vm/alloc/ |
D | DdmHeap.cpp | 123 dvmDbgDdmSendChunk(CHUNK_TYPE("HPIF"), b - buf, buf); in dvmDdmSendHeapInfo() 204 dvmDbgDdmSendChunk(ctx->type, ctx->p - ctx->buf, ctx->buf); in flush_hpsg_chunk() 471 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), in dvmDdmSendHeapSegments() 480 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), in dvmDdmSendHeapSegments()
|
/dalvik/vm/ |
D | Ddm.cpp | 301 dvmDbgDdmSendChunk(type, len, buf); in dvmDdmSendThreadNotification() 332 dvmDbgDdmSendChunk(CHUNK_TYPE("THNM"), bufLen, buf); in dvmDdmSendThreadNameChange()
|
D | Debugger.h | 303 void dvmDbgDdmSendChunk(int type, size_t len, const u1* buf);
|
D | Debugger.cpp | 2947 void dvmDbgDdmSendChunk(int type, size_t len, const u1* buf) in dvmDbgDdmSendChunk() function
|