Home
last modified time | relevance | path

Searched refs:with_weak_next (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h440 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
Dfactory.cc1823 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() argument
1824 Handle<Map> map = with_weak_next ? allocation_site_map() in NewAllocationSite()
1830 if (with_weak_next) { in NewAllocationSite()