Home
last modified time | relevance | path

Searched refs:promo_dest_space_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc106 promo_dest_space_(nullptr), in SemiSpace()
163 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
533 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, in MarkNonForwardedObject()
548 accounting::ContinuousSpaceBitmap* live_bitmap = promo_dest_space_->GetLiveBitmap(); in MarkNonForwardedObject()
550 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap(); in MarkNonForwardedObject()
615 (generational_ && promo_dest_space_->HasAddress(forward_address))) in MarkNonForwardedObject()
754 live_bitmap = promo_dest_space_->GetLiveBitmap(); in ProcessMarkStack()
756 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap(); in ProcessMarkStack()
762 if (collect_from_space_only_ && promo_dest_space_->HasAddress(obj)) { in ProcessMarkStack()
Dsemi_space.h250 space::ContinuousMemMapAllocSpace* promo_dest_space_; variable