Searched refs:non_moving_space_ (Results 1 – 7 of 7) sorted by relevance
316 : non_moving_space_(nullptr), in Heap()635 non_moving_space_ = space::DlMallocSpace::CreateFromMemMap(std::move(non_moving_space_mem_map), in Heap()642 CHECK(non_moving_space_ != nullptr) << "Failed creating non moving space " in Heap()644 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity()); in Heap()645 AddSpace(non_moving_space_); in Heap()679 non_moving_space_ = main_space_; in Heap()680 CHECK(!non_moving_space_->CanMoveObjects()); in Heap()695 CHECK(non_moving_space_ != nullptr); in Heap()696 CHECK(!non_moving_space_->CanMoveObjects()); in Heap()748 if (collector::SemiSpace::kUseRememberedSet && non_moving_space_ != main_space_) { in Heap()[all …]
376 ret = non_moving_space_->Alloc(self, in TryToAllocate()
756 return non_moving_space_; in GetNonMovingSpace()1347 space::MallocSpace* non_moving_space_; variable
339 DCHECK(heap_->non_moving_space_ != nullptr); in CreateInterRegionRefBitmaps()351 reinterpret_cast<uint8_t*>(heap_->non_moving_space_->Begin()), in CreateInterRegionRefBitmaps()352 heap_->non_moving_space_->Limit() - heap_->non_moving_space_->Begin()); in CreateInterRegionRefBitmaps()369 CHECK(space == region_space_ || space == heap_->non_moving_space_); in BindBitmaps()1199 DCHECK(heap_->non_moving_space_->HasAddress(ref)); in AddLiveBytesAndScanRef()1523 DCHECK(space == heap_->non_moving_space_); in CopyingPhase()1544 DCHECK(space == heap_->non_moving_space_); in CopyingPhase()2667 DCHECK(IsAlignedParam(heap_->non_moving_space_->Limit(), gPageSize)); in CaptureRssAtPeak()2668 gc_ranges.emplace_back(range_t(heap_->non_moving_space_->Begin(), in CaptureRssAtPeak()2669 heap_->non_moving_space_->Limit())); in CaptureRssAtPeak()[all …]
169 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref)) in Mark()
737 non_moving_space_ = space; in PrepareCardTableForMarking()952 accounting::ContinuousSpaceBitmap* bitmap = non_moving_space_->GetLiveBitmap(); in InitNonMovingSpaceFirstObjects()953 uintptr_t begin = reinterpret_cast<uintptr_t>(non_moving_space_->Begin()); in InitNonMovingSpaceFirstObjects()954 const uintptr_t end = reinterpret_cast<uintptr_t>(non_moving_space_->End()); in InitNonMovingSpaceFirstObjects()2679 uint8_t* page = non_moving_space_->Begin() + non_moving_first_objs_count_ * gPageSize; in UpdateNonMovingSpace()2848 uint8_t* const space_begin = non_moving_space_->Begin(); in UpdateNonMovingSpaceBlackAllocations()3117 non_moving_space_bitmap_ = non_moving_space_->GetLiveBitmap(); in CompactionPause()
753 space::ContinuousSpace* non_moving_space_; variable