Searched refs:CHUNK_TYPE (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/alloc/ |
D | DdmHeap.cpp | 123 dvmDbgDdmSendChunk(CHUNK_TYPE("HPIF"), b - buf, buf); in dvmDdmSendHeapInfo() 301 bool native = ctx->type == CHUNK_TYPE("NHSG"); in heap_chunk_callback() 407 ctx.type = CHUNK_TYPE("NHSG"); in walkHeap() 410 ctx.type = CHUNK_TYPE("HPSG"); in walkHeap() 412 ctx.type = CHUNK_TYPE("HPSO"); in walkHeap() 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 | 269 type = CHUNK_TYPE("THCR"); in dvmDdmSendThreadNotification() 294 type = CHUNK_TYPE("THDE"); in dvmDdmSendThreadNotification() 332 dvmDbgDdmSendChunk(CHUNK_TYPE("THNM"), bufLen, buf); in dvmDdmSendThreadNameChange()
|
D | Debugger.h | 306 #define CHUNK_TYPE(_name) \ macro
|
D | Profile.cpp | 870 dvmDbgDdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in dvmMethodTraceStop()
|
/dalvik/vm/hprof/ |
D | Hprof.cpp | 107 dvmDbgDdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in hprofShutdown()
|