Lines Matching refs:GetLiveBitmap
669 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in VerifyGrayImmuneObjects()
754 heap_->GetLiveBitmap()->Visit(visitor); in VerifyNoMissingCardMarks()
1395 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in MarkingPhase()
1567 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in CopyingPhase()
2545 space->GetLiveBitmap() == nullptr) { in SweepArray()
2549 accounting::ContinuousSpaceBitmap* live_bitmap = space->GetLiveBitmap(); in SweepArray()
2589 accounting::LargeObjectBitmap* large_live_objects = large_object_space->GetLiveBitmap(); in SweepArray()
2623 accounting::LargeObjectBitmap* const live_bitmap = los->GetLiveBitmap(); in MarkZygoteLargeObjects()
2677 heap_->non_moving_space_->GetLiveBitmap()->Begin()); in CaptureRssAtPeak()
2680 bitmap = heap_->non_moving_space_->GetLiveBitmap(); in CaptureRssAtPeak()
2694 bitmap = heap_->GetLargeObjectsSpace()->GetLiveBitmap(); in CaptureRssAtPeak()
3600 CHECK(!heap_->non_moving_space_->GetLiveBitmap()->AtomicTestAndSet(to_ref)); in Copy()