Lines Matching refs:non_moving_space_

298   DCHECK(heap_->non_moving_space_ != nullptr);  in CreateInterRegionRefBitmaps()
310 reinterpret_cast<uint8_t*>(heap_->non_moving_space_->Begin()), in CreateInterRegionRefBitmaps()
311 heap_->non_moving_space_->Limit() - heap_->non_moving_space_->Begin()); in CreateInterRegionRefBitmaps()
328 CHECK(space == region_space_ || space == heap_->non_moving_space_); in BindBitmaps()
1145 DCHECK(heap_->non_moving_space_->HasAddress(ref)); in AddLiveBytesAndScanRef()
1469 DCHECK(space == heap_->non_moving_space_); in CopyingPhase()
1490 DCHECK(space == heap_->non_moving_space_); in CopyingPhase()
2576 DCHECK(IsAligned<kPageSize>(heap_->non_moving_space_->Limit())); in CaptureRssAtPeak()
2577 gc_ranges.emplace_back(range_t(heap_->non_moving_space_->Begin(), in CaptureRssAtPeak()
2578 heap_->non_moving_space_->Limit())); in CaptureRssAtPeak()
2580 accounting::ContinuousSpaceBitmap *bitmap = heap_->non_moving_space_->GetMarkBitmap(); in CaptureRssAtPeak()
2584 if (heap_->non_moving_space_->HasBoundBitmaps()) { in CaptureRssAtPeak()
2585 DCHECK_EQ(bitmap, heap_->non_moving_space_->GetLiveBitmap()); in CaptureRssAtPeak()
2586 bitmap = heap_->non_moving_space_->GetTempBitmap(); in CaptureRssAtPeak()
2588 bitmap = heap_->non_moving_space_->GetLiveBitmap(); in CaptureRssAtPeak()
3392 to_ref = heap_->non_moving_space_->Alloc( in Copy()
3444 DCHECK(heap_->non_moving_space_->HasAddress(to_ref)); in Copy()
3447 heap_->non_moving_space_->Free(self, to_ref); in Copy()
3455 CHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref)) in Copy()
3493 DCHECK(heap_->non_moving_space_->HasAddress(to_ref)); in Copy()
3497 CHECK(!heap_->non_moving_space_->GetLiveBitmap()->AtomicTestAndSet(to_ref)); in Copy()
3501 CHECK(!heap_->non_moving_space_->GetMarkBitmap()->AtomicTestAndSet(to_ref)); in Copy()
3529 heap_->non_moving_space_->HasAddress(to_ref)) in IsMarked()