Searched refs:AllocateFixedArray (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-shadowrealm-gen.cc | 185 CAST(AllocateFixedArray(ElementsKind::PACKED_ELEMENTS, argc_ptr)); in TF_BUILTIN()
|
| D | builtins-async-function-gen.cc | 99 AllocateFixedArray(HOLEY_ELEMENTS, parameters_and_register_length, in TF_BUILTIN()
|
| D | wasm.tq | 253 return UnsafeCast<FixedArray>(AllocateFixedArray( 540 const newEntries = UnsafeCast<FixedArray>(AllocateFixedArray( 553 const newEntries = UnsafeCast<FixedArray>(AllocateFixedArray(
|
| D | builtins-object-gen.cc | 255 CAST(AllocateFixedArray(PACKED_ELEMENTS, object_enum_length, in FastGetOwnValuesOrEntries() 1258 TNode<FixedArrayBase> parameters_and_registers = AllocateFixedArray( in TF_BUILTIN()
|
| D | builtins-call-gen.cc | 336 TNode<FixedArray> new_elements = CAST(AllocateFixedArray( in CallOrConstructDoubleVarargs()
|
| D | builtins-string-gen.cc | 1273 TNode<FixedArray> elements = CAST(AllocateFixedArray( in StringToArray()
|
| D | builtins-collections-gen.cc | 2515 TNode<FixedArray> table = CAST(AllocateFixedArray( in AllocateTable()
|
| /third_party/node/deps/v8/src/objects/ |
| D | fixed-array.tq | 97 extern macro AllocateFixedArray(
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 2023 TNode<FixedArrayBase> AllocateFixedArray( 2038 return UncheckedCast<FixedArray>(AllocateFixedArray( in AllocateUninitializedFixedArray() 2044 AllocateFixedArray(PACKED_ELEMENTS, capacity, in AllocateZeroedFixedArray() 2053 AllocateFixedArray(PACKED_DOUBLE_ELEMENTS, capacity, in AllocateZeroedFixedDoubleArray() 2062 AllocateFixedArray(PACKED_ELEMENTS, capacity, flags)); in AllocateFixedArrayWithHoles() 2071 AllocateFixedArray(PACKED_DOUBLE_ELEMENTS, capacity, flags)); in AllocateFixedDoubleArrayWithHoles()
|
| D | code-stub-assembler.cc | 3731 TNode<CollectionType> table = CAST(AllocateFixedArray( in AllocateOrderedHashTableWithCapacity() 4092 elements = AllocateFixedArray(kind, capacity, allocation_flags); in AllocateUninitializedJSArrayWithElements() 4292 TNode<FixedArrayBase> CodeStubAssembler::AllocateFixedArray( in AllocateFixedArray() function in v8::internal::CodeStubAssembler 4354 CodeStubAssembler::AllocateFixedArray<IntPtrT>(ElementsKind, TNode<IntPtrT>, 4417 TNode<FixedArrayBase> to_elements = AllocateFixedArray( in ExtractToFixedArray() 4474 AllocateFixedArray(kind, capacity, allocation_flags, fixed_array_map); in ExtractFixedDoubleArrayFillingHoles() 4619 AllocateFixedArray(kind, *capacity, allocation_flags, source_map); in ExtractFixedArray() 5359 AllocateFixedArray(to_kind, new_capacity); in GrowElementsCapacity()
|