OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
123
dvmDbgDdmSendChunk
(CHUNK_TYPE("HPIF"), b - buf, buf);
204
dvmDbgDdmSendChunk
(ctx->type, ctx->p - ctx->buf, ctx->buf);
471
dvmDbgDdmSendChunk
(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"),
480
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 405 milliseconds