Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

143   // Set the initial bitmap.
146 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
332 // pointer space only collection is enabled,) then we need to scan its live bitmap or dirty
334 // bitmap above in MarkAllocStackAsLive().)
493 // No logic for marking the bitmap, so it must be null.
512 // bitmap marking of the promoted object until it's popped off
517 // iterating over the marked bits of the live bitmap
547 accounting::ContinuousSpaceBitmap* bitmap = fallback_space_->GetLiveBitmap();
548 if (bitmap != nullptr) {
549 bitmap->Set(forward_address);
702 // enabled,) we delay the live-bitmap marking of promoted objects
713 // obj has just been promoted. Mark the live bitmap for it,