Searched refs:to_space (Results 1 – 3 of 3) sorted by relevance
630 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) { in SetToSpace() argument631 DCHECK(to_space != nullptr); in SetToSpace()632 to_space_ = to_space; in SetToSpace()
83 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
281 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); in operator ()() local288 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()289 << to_space->GetGcRetentionPolicy(); in operator ()()