Searched refs:old_to_old_slots_ (Results 1 – 3 of 3) sorted by relevance
304 DCHECK_NULL(old_to_old_slots_); in MarkEvacuationCandidate()312 DCHECK_NULL(old_to_old_slots_); in ClearEvacuationCandidate()
531 chunk->old_to_old_slots_ = nullptr; in Initialize()1118 if (old_to_old_slots_ != nullptr) ReleaseOldToOldSlots(); in AllocateChunk()1146 DCHECK(nullptr == old_to_old_slots_); in AllocateChunk()1147 old_to_old_slots_ = AllocateSlotSet(size_, address()); in AllocateChunk()1151 delete[] old_to_old_slots_; in AllocateChunk()1152 old_to_old_slots_ = nullptr; in AllocateChunk()
445 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; } in old_to_old_slots()619 SlotSet* old_to_old_slots_; variable