Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc347 TNode<Object> maybe_allocation_site = in EmitCreateShallowArrayLiteral() local
349 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() local
392 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() local
434 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowObjectLiteral()
436 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site); in EmitCreateShallowObjectLiteral()
Dbuiltins-array-gen.h143 TNode<HeapObject> maybe_allocation_site);
Dbuiltins-array-gen.cc4128 TNode<HeapObject> maybe_allocation_site = in TF_BUILTIN() local
4136 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() argument
4262 maybe_allocation_site); in GenerateArrayNArgumentsConstructor()
4270 TNode<HeapObject> maybe_allocation_site = in TF_BUILTIN() local
4274 maybe_allocation_site); in TF_BUILTIN()