Searched refs:fDtorCursor (Results 1 – 4 of 4) sorted by relevance
20 : fDtorCursor {block} in SkArenaAlloc()28 fEnd = fCursor = fDtorCursor = nullptr;37 RunDtorsOnBlock(fDtorCursor); in ~SkArenaAlloc()54 fDtorCursor = fCursor; in installFooter()133 auto previousDtor = fDtorCursor; in ensureSpace()135 fDtorCursor = newBlock; in ensureSpace()145 bool needsSkipFooter = fCursor != fDtorCursor; in allocObjectWithFooter()162 this->installUint32Footer(SkipPod, ToU32(fCursor - fDtorCursor), 0); in allocObjectWithFooter()
213 char* fDtorCursor; variable