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.cc108 promo_dest_space_(nullptr), in SemiSpace()
165 promo_dest_space_ = GetHeap()->GetPrimaryFreeListSpace(); in InitializePhase()
523 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, in MarkNonForwardedObject()
538 accounting::ContinuousSpaceBitmap* live_bitmap = promo_dest_space_->GetLiveBitmap(); in MarkNonForwardedObject()
540 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap(); in MarkNonForwardedObject()
601 (generational_ && promo_dest_space_->HasAddress(forward_address))) in MarkNonForwardedObject()
744 live_bitmap = promo_dest_space_->GetLiveBitmap(); in ProcessMarkStack()
746 accounting::ContinuousSpaceBitmap* mark_bitmap = promo_dest_space_->GetMarkBitmap(); in ProcessMarkStack()
752 if (collect_from_space_only && promo_dest_space_->HasAddress(obj)) { in ProcessMarkStack()
Dsemi_space.h252 space::ContinuousMemMapAllocSpace* promo_dest_space_; variable