Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.h474 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
Dfactory.cc1796 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() argument
1797 Handle<Map> map = with_weak_next ? allocation_site_map() in NewAllocationSite()
1803 if (with_weak_next) { in NewAllocationSite()