Home
last modified time | relevance | path

Searched refs:to_space_live_bitmap_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc85 to_space_live_bitmap_(nullptr), in SemiSpace()
137 to_space_live_bitmap_ = to_space_->GetLiveBitmap(); in InitializePhase()
434 if (forward_address != nullptr && to_space_live_bitmap_ != nullptr) { in MarkNonForwardedObject()
435 to_space_live_bitmap_->Set(forward_address); in MarkNonForwardedObject()
Dsemi_space.h215 accounting::ContinuousSpaceBitmap* to_space_live_bitmap_; variable
/art/runtime/gc/
Dheap.cc2254 if (to_space_live_bitmap_ != nullptr) { in MarkNonForwardedObject()
2255 to_space_live_bitmap_->Set(forward_address); in MarkNonForwardedObject()