Home
last modified time | relevance | path

Searched refs:CHUNK_TYPE (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/alloc/
DDdmHeap.cpp123 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/
DDdm.cpp269 type = CHUNK_TYPE("THCR"); in dvmDdmSendThreadNotification()
294 type = CHUNK_TYPE("THDE"); in dvmDdmSendThreadNotification()
332 dvmDbgDdmSendChunk(CHUNK_TYPE("THNM"), bufLen, buf); in dvmDdmSendThreadNameChange()
DDebugger.h306 #define CHUNK_TYPE(_name) \ macro
DProfile.cpp870 dvmDbgDdmSendChunkV(CHUNK_TYPE("MPSE"), iov, 2); in dvmMethodTraceStop()
/dalvik/vm/hprof/
DHprof.cpp107 dvmDbgDdmSendChunkV(CHUNK_TYPE("HPDS"), iov, 2); in hprofShutdown()