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.h304 DCHECK_NULL(old_to_old_slots_); in MarkEvacuationCandidate()
312 DCHECK_NULL(old_to_old_slots_); in ClearEvacuationCandidate()
Dspaces.cc531 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()
Dspaces.h445 inline SlotSet* old_to_old_slots() { return old_to_old_slots_; } in old_to_old_slots()
619 SlotSet* old_to_old_slots_; variable