Lines Matching refs:p
177 u1 *p; member
193 ctx->pieceLenField <= ctx->p); in flush_hpsg_chunk()
198 dvmDbgDdmSendChunk(ctx->type, ctx->p - ctx->buf, ctx->buf); in flush_hpsg_chunk()
202 ctx->p = ctx->buf; in flush_hpsg_chunk()
224 size_t bytesLeft = ctx->bufLen - (size_t)(ctx->p - ctx->buf); in heap_chunk_callback()
229 bytesLeft = ctx->bufLen - (size_t)(ctx->p - ctx->buf); in heap_chunk_callback()
244 set4BE(ctx->p, DEFAULT_HEAP_ID); ctx->p += 4; in heap_chunk_callback()
247 *ctx->p++ = 8; in heap_chunk_callback()
250 set4BE(ctx->p, (uintptr_t)chunkptr); ctx->p += 4; in heap_chunk_callback()
253 set4BE(ctx->p, 0); ctx->p += 4; in heap_chunk_callback()
259 ctx->pieceLenField = ctx->p; in heap_chunk_callback()
260 set4BE(ctx->p, 0x55555555); ctx->p += 4; in heap_chunk_callback()
332 *ctx->p++ = state | HPSG_PARTIAL; in heap_chunk_callback()
333 *ctx->p++ = 255; // length - 1 in heap_chunk_callback()
336 *ctx->p++ = state; in heap_chunk_callback()
337 *ctx->p++ = chunklen - 1; in heap_chunk_callback()
380 ctx.p = ctx.buf; in walkHeap()
387 if (ctx.p > ctx.buf) { in walkHeap()