Searched refs:with_weak_next (Results 1 – 2 of 2) sorted by relevance
440 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
1823 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() argument1824 Handle<Map> map = with_weak_next ? allocation_site_map() in NewAllocationSite()1830 if (with_weak_next) { in NewAllocationSite()