Searched refs:bin_live_bitmap_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1797 bin_live_bitmap_(nullptr), bin_mark_bitmap_(nullptr) {
1801 bin_live_bitmap_ = space->GetLiveBitmap();
1808 bin_live_bitmap_->Walk(Callback, reinterpret_cast<void*>(&context));
1821 accounting::ContinuousSpaceBitmap* bin_live_bitmap_; member in class:art::gc::FINAL
1872 bin_live_bitmap_->Set(forward_address);

Completed in 33 milliseconds