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

/art/runtime/gc/
H A Dheap.cc2079 bin_live_bitmap_(nullptr), bin_mark_bitmap_(nullptr) {
2083 bin_live_bitmap_ = space->GetLiveBitmap();
2090 bin_live_bitmap_->Walk(Callback, reinterpret_cast<void*>(&context));
2103 accounting::ContinuousSpaceBitmap* bin_live_bitmap_; member in class:art::gc::FINAL
2156 bin_live_bitmap_->Set(forward_address);

Completed in 97 milliseconds