Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

144   // Set the initial bitmap.
147 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
343 // pointer space only collection is enabled,) then we need to scan its live bitmap or dirty
345 // bitmap above in MarkAllocStackAsLive().)
505 // No logic for marking the bitmap, so it must be null.
524 // bitmap marking of the promoted object until it's popped off
529 // iterating over the marked bits of the live bitmap
560 accounting::ContinuousSpaceBitmap* bitmap = fallback_space_->GetLiveBitmap();
561 if (bitmap != nullptr) {
562 bitmap->Set(forward_address);
729 // enabled,) we delay the live-bitmap marking of promoted objects
740 // obj has just been promoted. Mark the live bitmap for it,