Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.cc257 InvalidatedSlotsCleanup* old_to_new_cleanup) { in CleanupRememberedSetEntriesForFreedMemory() argument
287 old_to_new_cleanup->Free(free_start, free_end); in CleanupRememberedSetEntriesForFreedMemory()
374 InvalidatedSlotsCleanup old_to_new_cleanup = in RawSweep() local
377 old_to_new_cleanup = InvalidatedSlotsCleanup::OldToNew(p); in RawSweep()
404 sweeping_mode, &old_to_new_cleanup); in RawSweep()
433 sweeping_mode, &old_to_new_cleanup); in RawSweep()
Dsweeper.h147 InvalidatedSlotsCleanup* old_to_new_cleanup);
Dmark-compact.cc4738 InvalidatedSlotsCleanup old_to_new_cleanup = in ReRecordPage() local
4740 old_to_new_cleanup.Free(page->area_start(), failed_start); in ReRecordPage()