Searched refs:maybe_allocation_site (Results 1 – 3 of 3) sorted by relevance
347 TNode<Object> maybe_allocation_site = in EmitCreateShallowArrayLiteral() local349 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowArrayLiteral()351 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site); in EmitCreateShallowArrayLiteral()386 TNode<Object> maybe_allocation_site = in EmitCreateEmptyArrayLiteral() local392 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site); in EmitCreateEmptyArrayLiteral()394 allocation_site = CAST(maybe_allocation_site); in EmitCreateEmptyArrayLiteral()432 TNode<Object> maybe_allocation_site = in EmitCreateShallowObjectLiteral() local434 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowObjectLiteral()436 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site); in EmitCreateShallowObjectLiteral()
143 TNode<HeapObject> maybe_allocation_site);
4128 TNode<HeapObject> maybe_allocation_site = in TF_BUILTIN() local4136 CSA_ASSERT(this, Word32Or(IsUndefined(maybe_allocation_site), in TF_BUILTIN()4137 IsAllocationSite(maybe_allocation_site))); in TF_BUILTIN()4149 GotoIf(IsUndefined(maybe_allocation_site), &no_info); in TF_BUILTIN()4152 CAST(maybe_allocation_site)); in TF_BUILTIN()4161 maybe_allocation_site); in TF_BUILTIN()4251 TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) { in GenerateArrayNArgumentsConstructor() argument4262 maybe_allocation_site); in GenerateArrayNArgumentsConstructor()4270 TNode<HeapObject> maybe_allocation_site = in TF_BUILTIN() local4274 maybe_allocation_site); in TF_BUILTIN()