HomeSort by relevance Sort by last modified time
    Searched refs:to_space_live_bitmap_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/collector/
semi_space.cc 144 to_space_live_bitmap_ = to_space_->GetLiveBitmap();
494 DCHECK(to_space_live_bitmap_ == nullptr);
538 if (forward_address != nullptr && to_space_live_bitmap_ != nullptr) {
539 to_space_live_bitmap_->Set(forward_address);
    [all...]
semi_space.h 217 accounting::ContinuousSpaceBitmap* to_space_live_bitmap_; member in class:art::gc::collector::SemiSpace
  /art/runtime/gc/
heap.cc     [all...]

Completed in 47 milliseconds