Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

130     // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
278 // Recursively mark all the non-image bits set in the mark bitmap.
305 accounting::ContinuousSpaceBitmap* bitmap = space->GetMarkBitmap();
307 if (bitmap != nullptr &&
309 current_space_bitmap_ = bitmap;
316 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n"
476 // See if the root is on any space bitmap.
683 accounting::ContinuousSpaceBitmap* bitmap,
687 bitmap_(bitmap),
818 accounting::ContinuousSpaceBitmap* bitmap, uintptr_t begin, uintptr_t end)
819 : MarkStackTask<false>(thread_pool, mark_sweep, 0, NULL), bitmap_(bitmap), begin_(begin),