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

/art/runtime/gc/accounting/
H A Dmod_union_table-inl.h36 return !space_->HasAddress(ref);
H A Dremembered_set.h50 : name_(name), heap_(heap), space_(space) {}
65 return space_;
78 space::ContinuousSpace* const space_; member in class:art::gc::accounting::RememberedSet::space
H A Dremembered_set.cc59 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), card_visitor);
130 ContinuousSpaceBitmap* bitmap = space_->GetLiveBitmap();
135 DCHECK(space_->HasAddress(reinterpret_cast<mirror::Object*>(start)));
170 DCHECK_LE(space_->Begin(), start);
171 DCHECK_LE(end, space_->Limit());
H A Dmod_union_table.h59 space_(space) {
82 return space_;
94 space::ContinuousSpace* const space_; member in class:art::gc::accounting::ModUnionTable::space
H A Dmod_union_table.cc117 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor);
227 ContinuousSpaceBitmap* live_bitmap = space_->GetLiveBitmap();
309 card_table->ModifyCardsAtomic(space_->Begin(), space_->End(), AgeCardVisitor(), visitor);
317 ContinuousSpaceBitmap* bitmap = space_->GetLiveBitmap();
320 DCHECK(space_->HasAddress(reinterpret_cast<Object*>(start)));
/art/runtime/gc/collector/
H A Dmark_compact.cc72 space_(nullptr), collector_name_(name_) {
123 bump_pointer_ = reinterpret_cast<byte*>(space_->Begin());
126 objects_before_forwarding_->VisitMarkedRange(reinterpret_cast<uintptr_t>(space_->Begin()),
127 reinterpret_cast<uintptr_t>(space_->End()),
136 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
177 DCHECK(!space_->HasAddress(obj));
191 "objects before forwarding", space_->Begin(), space_->Size()));
194 "objects with lock words", space_
[all...]
H A Dmark_compact.h221 space::BumpPointerSpace* space_; member in class:art::gc::collector::MarkCompact

Completed in 52 milliseconds