Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc97 from_space_(nullptr), in SemiSpace()
154 CHECK(from_space_->CanMoveObjects()) << "Attempting to move from " << *from_space_; in InitializePhase()
220 if (!from_space_->HasAddress(reinterpret_cast<mirror::Object*>(last_gc_to_space_end_))) { in MarkingPhase()
221 last_gc_to_space_end_ = from_space_->Begin(); in MarkingPhase()
258 const int64_t from_bytes = from_space_->GetBytesAllocated(); in MarkingPhase()
260 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
267 from_space_->Clear(); in MarkingPhase()
268 if (kProtectFromSpace && !from_space_->IsRosAllocSpace()) { in MarkingPhase()
270 VLOG(heap) << "Protecting from_space_ : " << *from_space_; in MarkingPhase()
271 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()
[all …]
Dsemi_space-inl.h45 DCHECK(from_space_->HasAddress(obj)); in GetForwardingAddressInFromSpace()
63 if (from_space_->HasAddress(obj)) { in MarkObject()
Dsemi_space.h217 space::ContinuousMemMapAllocSpace* from_space_; variable
/art/runtime/gc/accounting/
Dmod_union_table.cc95 from_space_(from_space), in ModUnionUpdateObjectReferencesVisitor()
121 if (ref != nullptr && !from_space_->HasAddress(ref) && !immune_space_->HasAddress(ref)) { in MarkReference()
132 space::ContinuousSpace* const from_space_; member in art::gc::accounting::ModUnionUpdateObjectReferencesVisitor
147 from_space_(from_space), in ModUnionScanImageRootVisitor()
156 from_space_, in operator ()()
165 space::ContinuousSpace* const from_space_; member in art::gc::accounting::ModUnionScanImageRootVisitor