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

  /art/runtime/gc/collector/
mark_sweep.cc 98 current_space_bitmap_(nullptr), mark_bitmap_(nullptr), mark_stack_(nullptr),
309 current_space_bitmap_ = bitmap;
316 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n"
400 } else if (LIKELY(current_space_bitmap_->HasAddress(obj))) {
404 if (UNLIKELY(!current_space_bitmap_->Set(obj))) {
412 // TODO: We already know that the object is not in the current_space_bitmap_ but MarkBitmap::Set
442 accounting::ContinuousSpaceBitmap* object_bitmap = current_space_bitmap_;
    [all...]
mark_sweep.h 281 accounting::ContinuousSpaceBitmap* current_space_bitmap_; member in class:art::gc::collector::MarkSweep

Completed in 60 milliseconds