Lines Matching refs:AllocateArray
432 ab.AllocateArray(size, factory()->fixed_array_map()); in ReduceJSCreateGeneratorObject()
934 a.AllocateArray(arity, factory()->fixed_array_map()); in ReduceJSCreateBoundFunction()
1078 aa.AllocateArray(2, factory()->fixed_array_map()); in ReduceJSCreateKeyValueArray()
1441 a.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateArguments()
1471 a.AllocateArray(num_elements, factory()->fixed_array_map()); in AllocateRestArguments()
1509 aa.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateAliasedArguments()
1521 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments()
1563 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments()
1595 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements()
1620 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements()
1763 builder.AllocateArray(elements_length, elements_map.object<Map>(), pretenure); in AllocateFastLiteralElements()