Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

134     // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
283 // Recursively mark all the non-image bits set in the mark bitmap.
311 accounting::ContinuousSpaceBitmap* bitmap = space->GetMarkBitmap();
313 if (bitmap != nullptr &&
315 current_space_bitmap_ = bitmap;
322 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n"
554 // See if the root is on any space bitmap.
765 accounting::ContinuousSpaceBitmap* bitmap,
769 bitmap_(bitmap),
911 accounting::ContinuousSpaceBitmap* bitmap, uintptr_t begin, uintptr_t end)
912 : MarkStackTask<false>(thread_pool, mark_sweep, 0, nullptr), bitmap_(bitmap), begin_(begin),