Home
last modified time | relevance | path

Searched refs:old_to_old_slots_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h332 DCHECK_NULL(old_to_old_slots_); in MarkEvacuationCandidate()
340 DCHECK_NULL(old_to_old_slots_); in ClearEvacuationCandidate()
Dspaces.cc512 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()
Dspaces.h639 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; } in old_to_old_slots()
817 SlotSet* old_to_old_slots_; variable