Home
last modified time | relevance | path

Searched refs:AllocateFixedArray (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadowrealm-gen.cc185 CAST(AllocateFixedArray(ElementsKind::PACKED_ELEMENTS, argc_ptr)); in TF_BUILTIN()
Dbuiltins-async-function-gen.cc99 AllocateFixedArray(HOLEY_ELEMENTS, parameters_and_register_length, in TF_BUILTIN()
Dwasm.tq253 return UnsafeCast<FixedArray>(AllocateFixedArray(
540 const newEntries = UnsafeCast<FixedArray>(AllocateFixedArray(
553 const newEntries = UnsafeCast<FixedArray>(AllocateFixedArray(
Dbuiltins-object-gen.cc255 CAST(AllocateFixedArray(PACKED_ELEMENTS, object_enum_length, in FastGetOwnValuesOrEntries()
1258 TNode<FixedArrayBase> parameters_and_registers = AllocateFixedArray( in TF_BUILTIN()
Dbuiltins-call-gen.cc336 TNode<FixedArray> new_elements = CAST(AllocateFixedArray( in CallOrConstructDoubleVarargs()
Dbuiltins-string-gen.cc1273 TNode<FixedArray> elements = CAST(AllocateFixedArray( in StringToArray()
Dbuiltins-collections-gen.cc2515 TNode<FixedArray> table = CAST(AllocateFixedArray( in AllocateTable()
/third_party/node/deps/v8/src/objects/
Dfixed-array.tq97 extern macro AllocateFixedArray(
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2023 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()
Dcode-stub-assembler.cc3731 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()