Searched refs:CHUNK_TYPE (Results 1 – 3 of 3) sorted by relevance
123 dvmDbgDdmSendChunk(CHUNK_TYPE("HPIF"), b - buf, buf); in dvmDdmSendHeapInfo()273 bool native = ctx->type == CHUNK_TYPE("NHSG"); in heap_chunk_callback()366 ctx.type = CHUNK_TYPE("NHSG"); in walkHeap()369 ctx.type = CHUNK_TYPE("HPSG"); in walkHeap()371 ctx.type = CHUNK_TYPE("HPSO"); in walkHeap()431 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), in dvmDdmSendHeapSegments()440 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), in dvmDdmSendHeapSegments()
299 type = CHUNK_TYPE("THCR"); in dvmDdmSendThreadNotification()322 type = CHUNK_TYPE("THDE"); in dvmDdmSendThreadNotification()358 dvmDbgDdmSendChunk(CHUNK_TYPE("THNM"), bufLen, buf); in dvmDdmSendThreadNameChange()
300 #define CHUNK_TYPE(_name) \ macro