Searched refs:old_to_new_slots (Results 1 – 4 of 4) sorted by relevance
212 return chunk->old_to_new_slots(); in GetSlotSet()236 return chunk->old_to_new_slots(); in AllocateSlotSet()
3223 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()
1108 SlotSet* old_to_new_slots = old_to_new_slots_.Value(); in AllocateChunk() local1109 delete[] old_to_new_slots; in AllocateChunk()
442 inline SlotSet* old_to_new_slots() { return old_to_new_slots_.Value(); } in old_to_new_slots() function