Searched refs:current_space_bitmap_ (Results 1 – 2 of 2) sorted by relevance
98 current_space_bitmap_(nullptr), in MarkSweep()372 current_space_bitmap_ = bitmap; in FindDefaultSpaceBitmap()379 CHECK(current_space_bitmap_ != nullptr) << "Could not find a default mark bitmap\n" in FindDefaultSpaceBitmap()511 } else if (LIKELY(current_space_bitmap_->HasAddress(obj))) { in MarkObjectNonNull()515 if (UNLIKELY(!current_space_bitmap_->Set(obj))) { in MarkObjectNonNull()553 accounting::ContinuousSpaceBitmap* object_bitmap = current_space_bitmap_; in MarkObjectParallel()1038 current_space_bitmap_ = space->GetMarkBitmap(); in RecursiveMark()1039 if (current_space_bitmap_ == nullptr) { in RecursiveMark()1060 current_space_bitmap_, in RecursiveMark()1073 current_space_bitmap_->VisitMarkedRange(begin, end, scan_visitor); in RecursiveMark()[all …]
311 accounting::ContinuousSpaceBitmap* current_space_bitmap_; variable