HomeSort by relevance Sort by last modified time
    Searched refs:dvmDbgDdmSendChunk (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cpp 40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset);
  /dalvik/vm/alloc/
DdmHeap.cpp 122 dvmDbgDdmSendChunk(CHUNK_TYPE("HPIF"), b - buf, buf);
198 dvmDbgDdmSendChunk(ctx->type, ctx->p - ctx->buf, ctx->buf);
435 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"),
444 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"),
  /dalvik/vm/
Ddm.cpp 301 dvmDbgDdmSendChunk(type, len, buf);
332 dvmDbgDdmSendChunk(CHUNK_TYPE("THNM"), bufLen, buf);
Debugger.h 303 void dvmDbgDdmSendChunk(int type, size_t len, const u1* buf);
Debugger.cpp     [all...]

Completed in 137 milliseconds