Searched refs:IsAllocationSite (Results 1 – 18 of 18) sorted by relevance
429 if (!current.nested_site().IsAllocationSite()) break; in DependOnElementsKinds()
1133 if (feedback.IsAllocationSite()) { in ReduceJSCreateLiteralArrayOrObject()1156 if (feedback.IsAllocationSite()) { in ReduceJSCreateEmptyLiteralArray()
3762 feedback_object->IsAllocationSite()) { in ReduceJSConstruct()
732 if (!site->IsAllocationSite() || site->IsZombie()) continue; in MergeAllocationSitePretenuringFeedback()879 DCHECK(site->IsAllocationSite()); in ProcessPretenuringFeedback()899 DCHECK(site->IsAllocationSite()); in ProcessPretenuringFeedback()2495 while (current->IsAllocationSite()) { in ForeachAllocationSite()2499 while (current_nested->IsAllocationSite()) { in ForeachAllocationSite()
702 while (list->IsAllocationSite()) { in CollectGlobalStatistics()
1032 } else if (object->IsAllocationSite() && in RetainAs()1038 while (nested->IsAllocationSite()) { in RetainAs()
559 Handle<AllocationSite> site = type_info->IsAllocationSite() in RUNTIME_FUNCTION()
181 if (obj->IsAllocationSite()) { in PostProcessNewObject()
584 if (object->IsAllocationSite()) { in UnlinkWeakNextScope()
1786 CHECK(IsAllocationSite()); in AllocationSiteVerify()1792 CHECK(!IsValid() || GetAllocationSite()->IsAllocationSite()); in AllocationMementoVerify()
617 heap_object->IsAllocationSite())) { in StateFromFeedback()
1137 return allocation_site()->IsAllocationSite() && in IsValid()
1725 TNode<BoolT> IsAllocationSite(SloppyTNode<HeapObject> object);
15207 } else if (object->IsAllocationSite()) { in GetDependentCode()15219 } else if (object->IsAllocationSite()) { in SetDependentCode()15827 while (current->IsAllocationSite()) { in IsNested()
5641 TNode<BoolT> CodeStubAssembler::IsAllocationSite( in IsAllocationSite() function in v8::internal::CodeStubAssembler
916 } else if (obj->IsAllocationSite()) { in ExtractReferences()1675 if (parent->IsAllocationSite() && in IsEssentialHiddenReference()
963 GotoIfNot(IsAllocationSite(strong_feedback), &check_initialized); in Construct()
4137 IsAllocationSite(maybe_allocation_site))); in TF_BUILTIN()