Home
last modified time | relevance | path

Searched refs:from_space_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.cc86 from_space_(nullptr), in SemiSpace()
135 CHECK(from_space_->CanMoveObjects()) << "Attempting to move from " << *from_space_; in InitializePhase()
207 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase()
209 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
216 from_space_->Clear(); in MarkingPhase()
220 if (!from_space_->IsRosAllocSpace()) { in MarkingPhase()
222 VLOG(heap) << "Protecting from_space_ : " << *from_space_; in MarkingPhase()
223 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()
228 VLOG(heap) << "Protecting from_space_ with PROT_READ : " << *from_space_; in MarkingPhase()
229 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()
[all …]
Dsemi_space-inl.h30 DCHECK(from_space_->HasAddress(obj)); in GetForwardingAddressInFromSpace()
47 if (from_space_->HasAddress(obj)) { in MarkObject()
Dsemi_space.h216 space::ContinuousMemMapAllocSpace* from_space_; variable
/art/runtime/gc/accounting/
Dmod_union_table.cc98 from_space_(from_space), in ModUnionUpdateObjectReferencesVisitor()
124 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) { in MarkReference()
135 space::ContinuousSpace* const from_space_; member in art::gc::accounting::ModUnionUpdateObjectReferencesVisitor
150 from_space_(from_space), in ModUnionScanImageRootVisitor()
159 from_space_, in operator ()()
168 space::ContinuousSpace* const from_space_; member in art::gc::accounting::ModUnionScanImageRootVisitor