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

/art/runtime/gc/collector/
H A Dmark_sweep.cc102 current_space_bitmap_(nullptr), mark_bitmap_(nullptr), mark_stack_(nullptr),
315 current_space_bitmap_ = bitmap;
322 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n"
464 } else if (LIKELY(current_space_bitmap_->HasAddress(obj))) {
468 if (UNLIKELY(!current_space_bitmap_->Set(obj))) {
476 // TODO: We already know that the object is not in the current_space_bitmap_ but MarkBitmap::Set
506 accounting::ContinuousSpaceBitmap* object_bitmap = current_space_bitmap_;
951 current_space_bitmap_ = space->GetMarkBitmap();
952 if (current_space_bitmap_ == nullptr) {
971 auto* task = new RecursiveMarkTask(thread_pool, this, current_space_bitmap_, star
[all...]
H A Dmark_sweep.h282 accounting::ContinuousSpaceBitmap* current_space_bitmap_; member in class:art::gc::collector::MarkSweep

Completed in 625 milliseconds