Home | History | Annotate | Download | only in alloc

Lines Matching refs:bitmaps

81     return dvmHeapBitmapIsObjectBitSetInList(ctx->bitmaps, ctx->numBitmaps, hc);
153 /* Create mark bitmaps that cover the same ranges as the
154 * current object bitmaps.
156 if (!dvmHeapBitmapInitListFromTemplates(mc->bitmaps, objectBitmaps,
173 return dvmHeapBitmapSetAndReturnObjectBitInList(ctx->bitmaps,
224 * the finger across the bitmaps in address order and marking child
683 * We can't use the bitmaps anymore, so use
718 /* Given bitmaps with the root set marked, find and mark all
728 /* The bitmaps currently have bits set for the root set.
729 * Walk across the bitmaps and scan each object.
734 dvmHeapBitmapWalkList(ctx->bitmaps, ctx->numBitmaps,
737 /* We've walked the mark bitmaps. Scan anything that's
1071 * HeapSource bitmaps that didn't appear in the mark bitmaps.
1073 * mark bitmaps, so swap them in.
1075 * The old bitmaps will be swapped into the context so that
1078 dvmHeapSourceReplaceObjectBitmaps(markContext->bitmaps,
1081 /* Clean up the old HeapSource bitmaps and anything else associated
1084 dvmHeapBitmapDeleteList(markContext->bitmaps, markContext->numBitmaps);
1225 markBitmaps = markContext->bitmaps;