Searched refs:VisitWeakList (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | objects-visiting.cc | 28 Object VisitWeakList(Heap* heap, Object list, WeakObjectRetainer* retainer) { in VisitWeakList() function 151 Object list_head = VisitWeakList<T>(heap, context.get(index), retainer); in DoWeakList() 212 template Object VisitWeakList<Context>(Heap* heap, Object list, 215 template Object VisitWeakList<AllocationSite>(Heap* heap, Object list, 218 template Object VisitWeakList<JSFinalizationRegistry>(
|
H A D | objects-visiting.h | 156 Object VisitWeakList(Heap* heap, Object list, WeakObjectRetainer* retainer);
|
H A D | heap.cc | 3067 Object head = VisitWeakList<Context>(this, native_contexts_list(), retainer); in ProcessNativeContexts() 3074 VisitWeakList<AllocationSite>(this, allocation_sites_list(), retainer); in ProcessAllocationSites() 3079 Object head = VisitWeakList<JSFinalizationRegistry>( in ProcessDirtyJSFinalizationRegistries()
|
Completed in 12 milliseconds