Home
last modified time | relevance | path

Searched refs:allocation_sites_list (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dobject-deserializer.cc89 if (heap->allocation_sites_list() == Smi::zero()) { in LinkAllocationSites()
92 site->set_weak_next(heap->allocation_sites_list()); in LinkAllocationSites()
Dstartup-deserializer.cc57 if (isolate()->heap()->allocation_sites_list() == Smi::zero()) { in DeserializeIntoIsolate()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc800 Object list = heap_->allocation_sites_list(); in CollectGlobalStatistics()
Dheap.cc1319 allocation_sites_list(), in ProcessPretenuringFeedback()
1368 ForeachAllocationSite(allocation_sites_list(), [](AllocationSite site) { in DeoptMarkedAllocationSites()
3074 VisitWeakList<AllocationSite>(this, allocation_sites_list(), retainer); in ProcessAllocationSites()
3091 set_allocation_sites_list(retainer->RetainAs(allocation_sites_list())); in ProcessWeakListRoots()
3119 ForeachAllocationSite(allocation_sites_list(), in ResetAllAllocationSitesDependentCode()
Dheap.h568 Object allocation_sites_list() { return allocation_sites_list_; } in allocation_sites_list() function
Dfactory.cc1832 site->set_weak_next(isolate()->heap()->allocation_sites_list()); in NewAllocationSite()
/third_party/node/deps/v8/src/objects/
Dobjects.cc5266 Object current = boilerplate().GetHeap()->allocation_sites_list(); in IsNested()