Searched refs:with_weak_next (Results 1 – 2 of 2) sorted by relevance
474 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
1796 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() argument1797 Handle<Map> map = with_weak_next ? allocation_site_map() in NewAllocationSite()1803 if (with_weak_next) { in NewAllocationSite()