Searched refs:old_space_allocator_ (Results 1 – 2 of 2) sorted by relevance
108 DCHECK_NULL(old_space_allocator_); in SetUp()109 old_space_allocator_ = in SetUp()339 old_space_allocator_->FreeLinearAllocationArea(); in FreeLinearAllocationArea()348 old_space_allocator_->MakeLinearAllocationAreaIterable(); in MakeLinearAllocationAreaIterable()353 old_space_allocator_->MarkLinearAllocationAreaBlack(); in MarkLinearAllocationAreaBlack()358 old_space_allocator_->UnmarkLinearAllocationArea(); in UnmarkLinearAllocationArea()
98 return old_space_allocator_.get(); in old_space_allocator()315 std::unique_ptr<ConcurrentAllocator> old_space_allocator_; variable