Home
last modified time | relevance | path

Searched refs:set_allocation_sites_list (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dstartup-deserializer.cc58 isolate()->heap()->set_allocation_sites_list( in DeserializeIntoIsolate()
Dobject-deserializer.cc94 heap->set_allocation_sites_list(*site); in LinkAllocationSites()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc85 set_allocation_sites_list(ReadOnlyRoots(this).undefined_value()); in CreateHeapObjects()
Dheap.h565 void set_allocation_sites_list(Object object) { in set_allocation_sites_list() function
Dheap.cc222 set_allocation_sites_list(Smi::zero()); in Heap()
3075 set_allocation_sites_list(allocation_site_obj); in ProcessAllocationSites()
3091 set_allocation_sites_list(retainer->RetainAs(allocation_sites_list())); in ProcessWeakListRoots()
Dfactory.cc1833 isolate()->heap()->set_allocation_sites_list(*site); in NewAllocationSite()