Searched refs:RepairFreeList (Results 1 – 2 of 2) sorted by relevance
2140 void FreeListCategory::RepairFreeList(Heap* heap) { in RepairFreeList() function in v8::internal::FreeListCategory2427 small_list_.RepairFreeList(heap); in RepairLists()2428 medium_list_.RepairFreeList(heap); in RepairLists()2429 large_list_.RepairFreeList(heap); in RepairLists()2430 huge_list_.RepairFreeList(heap); in RepairLists()
1450 void RepairFreeList(Heap* heap);