Home
last modified time | relevance | path

Searched refs:maybe_allocation_site (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc468 TNode<Object> maybe_allocation_site = in CreateShallowArrayLiteral() local
470 GotoIfNot(HasBoilerplate(maybe_allocation_site), call_runtime); in CreateShallowArrayLiteral()
472 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site); in CreateShallowArrayLiteral()
488 TNode<Object> maybe_allocation_site = in CreateEmptyArrayLiteral() local
494 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site); in CreateEmptyArrayLiteral()
496 allocation_site = CAST(maybe_allocation_site); in CreateEmptyArrayLiteral()
533 TNode<Object> maybe_allocation_site = in CreateShallowObjectLiteral() local
535 GotoIfNot(HasBoilerplate(maybe_allocation_site), call_runtime); in CreateShallowObjectLiteral()
537 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site); in CreateShallowObjectLiteral()
H A Dbuiltins-array-gen.cc1818 auto maybe_allocation_site = in TF_BUILTIN() local
1826 CSA_DCHECK(this, Word32Or(IsUndefined(maybe_allocation_site), in TF_BUILTIN()
1827 IsAllocationSite(maybe_allocation_site))); in TF_BUILTIN()
1839 GotoIf(IsUndefined(maybe_allocation_site), &no_info); in TF_BUILTIN()
1842 CAST(maybe_allocation_site)); in TF_BUILTIN()
1851 maybe_allocation_site); in TF_BUILTIN()
1946 TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) { in GenerateArrayNArgumentsConstructor()
1954 // +2 for new_target and maybe_allocation_site. in GenerateArrayNArgumentsConstructor()
1958 maybe_allocation_site); in GenerateArrayNArgumentsConstructor()
1965 auto maybe_allocation_site in TF_BUILTIN() local
1944 GenerateArrayNArgumentsConstructor( TNode<Context> context, TNode<JSFunction> target, TNode<Object> new_target, TNode<Int32T> argc, TNode<HeapObject> maybe_allocation_site) GenerateArrayNArgumentsConstructor() argument
[all...]
H A Dbuiltins-array-gen.h102 TNode<HeapObject> maybe_allocation_site);

Completed in 6 milliseconds