Home
last modified time | relevance | path

Searched refs:old_to_new_slots (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dremembered-set.h212 return chunk->old_to_new_slots(); in GetSlotSet()
236 return chunk->old_to_new_slots(); in AllocateSlotSet()
Dmark-compact.cc3223 if (p->old_to_new_slots() && in GetClearOldToNewSlotsMode()
3406 if (page->old_to_new_slots() != nullptr) { in VisitLiveObjects()
3407 page->old_to_new_slots()->RemoveRange( in VisitLiveObjects()
3778 if (page->old_to_new_slots()) { in ParallelSweepPage()
3779 page->old_to_new_slots()->FreeToBeFreedBuckets(); in ParallelSweepPage()
Dspaces.cc1108 SlotSet* old_to_new_slots = old_to_new_slots_.Value(); in AllocateChunk() local
1109 delete[] old_to_new_slots; in AllocateChunk()
Dspaces.h442 inline SlotSet* old_to_new_slots() { return old_to_new_slots_.Value(); } in old_to_new_slots() function