Searched refs:old_to_old_slots_ (Results 1 – 3 of 3) sorted by relevance
332 DCHECK_NULL(old_to_old_slots_); in MarkEvacuationCandidate()340 DCHECK_NULL(old_to_old_slots_); in ClearEvacuationCandidate()
512 chunk->old_to_old_slots_ = nullptr; in Initialize()991 if (old_to_old_slots_ != nullptr) ReleaseOldToOldSlots(); in AllocateChunk()1018 DCHECK(nullptr == old_to_old_slots_); in AllocateChunk()1019 old_to_old_slots_ = AllocateSlotSet(size_, address()); in AllocateChunk()1023 delete[] old_to_old_slots_; in AllocateChunk()1024 old_to_old_slots_ = nullptr; in AllocateChunk()
639 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; } in old_to_old_slots()817 SlotSet* old_to_old_slots_; variable