Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

155   // Set the initial bitmap.
158 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
374 // bitmap or dirty cards as roots (including the objects on the live stack which have just
375 // marked in the live bitmap above in MarkAllocStackAsLive().)
539 // No logic for marking the bitmap, so it must be null.
558 // bitmap marking of the promoted object until it's popped off
563 // iterating over the marked bits of the live bitmap
594 accounting::ContinuousSpaceBitmap* bitmap = fallback_space_->GetLiveBitmap();
595 if (bitmap != nullptr) {
596 bitmap->Set(forward_address);
752 // enabled,) we delay the live-bitmap marking of promoted objects
763 // obj has just been promoted. Mark the live bitmap for it,