Lines Matching defs:site
583 // by the {elements_kind} feedback on the {site}, so it's safe to just
631 base::Optional<AllocationSiteRef> site_ref = p.site(broker());
645 // Tells whether we are protected by either the {site} or a
649 // Check if we have a feedback {site} on the {node}.
1106 AllocationSiteRef site = feedback.AsLiteral().value();
1107 if (!site.boilerplate().has_value()) return NoChange();
1108 AllocationType allocation = dependencies()->DependOnPretenureMode(site);
1111 TryAllocateFastLiteral(effect, control, *site.boilerplate(), allocation,
1114 dependencies()->DependOnElementsKinds(site);
1128 AllocationSiteRef site = feedback.AsLiteral().value();
1129 DCHECK(!site.PointsToLiteral());
1131 native_context().GetInitialJSArrayMap(site.GetElementsKind());
1133 dependencies()->DependOnPretenureMode(site);
1134 dependencies()->DependOnElementsKind(site);