Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space-inl.h62 DCHECK(!to_space_->HasAddress(obj)) << "Tried to mark " << obj << " in to-space"; in MarkObject()
64 CHECK(!to_space_->HasAddress(ref)) << "Marking " << ref << " in to_space_"; in MarkObject()
77 if (!to_space_->HasAddress(obj_ptr->AsMirrorPtr())) { in MarkObjectIfNotInToSpace()
Dsemi_space.cc72 if (space == to_space_) { in BindBitmaps()
84 to_space_(nullptr), in SemiSpace()
137 to_space_live_bitmap_ = to_space_->GetLiveBitmap(); in InitializePhase()
431 mirror::Object* forward_address = to_space_->AllocThreadUnsafe( in MarkNonForwardedObject()
457 DCHECK(to_space_->HasAddress(forward_address) || fallback_space_->HasAddress(forward_address)) in MarkNonForwardedObject()
506 return space != from_space_ && space != to_space_; in ShouldSweepSpace()
602 } else if (immune_spaces_.IsInImmuneRegion(obj) || to_space_->HasAddress(obj)) { in IsMarked()
629 to_space_ = to_space; in SetToSpace()
649 to_space_ = nullptr; in FinishPhase()
Dsemi_space.h213 space::ContinuousMemMapAllocSpace* to_space_; variable
/art/runtime/gc/
Dheap.cc2252 forward_address = to_space_->Alloc( in MarkNonForwardedObject()