Lines Matching refs:site
14 #include "src/objects/allocation-site-inl.h"
62 Handle<AllocationSite> site = type_info->IsAllocationSite()
77 bool can_use_type_feedback = !site.is_null();
104 ElementsKind to_kind = can_use_type_feedback ? site->GetElementsKind()
108 // Update the allocation site info to reflect the advice alteration.
109 if (!site.is_null()) site->SetElementsKind(to_kind);
112 // We should allocate with an initial map that reflects the allocation site
121 allocation_site = site;
132 if (!site.is_null()) {
138 site->SetDoNotInlineCall();