Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DDdmHeap.cpp180 u1 *pieceLenField; member
192 if (ctx->pieceLenField == NULL && ctx->needHeader) { in flush_hpsg_chunk()
198 assert(ctx->buf <= ctx->pieceLenField && in flush_hpsg_chunk()
199 ctx->pieceLenField <= ctx->p); in flush_hpsg_chunk()
200 set4BE(ctx->pieceLenField, ctx->totalAllocationUnits); in flush_hpsg_chunk()
211 ctx->pieceLenField = NULL; in flush_hpsg_chunk()
254 ctx->pieceLenField = ctx->p; in append_chunk()