Home | History | Annotate | Download | only in collector

Lines Matching defs:bitmap

93     // Set the bit in the bitmap so that we know to restore it later.
122 // Visit all the marked objects in the bitmap.
135 // TODO: I don't think we should need heap bitmap lock to Get the mark bitmap.
187 // Bitmap which describes which objects we have to move.
190 // Bitmap which describes which lock words we need to restore.
392 // No mod union table, so we need to scan the space using bitmap visit.
393 // Scan the space using bitmap visit.
394 accounting::ContinuousSpaceBitmap* bitmap = space->GetLiveBitmap();
395 if (bitmap != nullptr) {
397 bitmap->VisitMarkedRange(reinterpret_cast<uintptr_t>(space->Begin()),
407 // Update the objects in the bump pointer space last, these objects don't have a bitmap.
559 // Move the objects in the before forwarding bitmap.