Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dgrowable-fixed-array-gen.cc89 const TNode<FixedArray> from_array = var_array_.value(); in ResizeFixedArray() local
94 from_array, base::Optional<TNode<IntPtrT>>(base::nullopt), in ResizeFixedArray()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2125 void CopyPropertyArrayValues(TNode<HeapObject> from_array,
2135 ElementsKind kind, TNode<FixedArrayBase> from_array,
2138 CopyFixedArrayElements(kind, from_array, kind, to_array,
2148 ElementsKind from_kind, TNode<FixedArrayBase> from_array,
2152 CopyFixedArrayElements(from_kind, from_array, to_kind, to_array,
2167 ElementsKind from_kind, TNode<FixedArrayBase> from_array,
Dcode-stub-assembler.cc4460 TNode<FixedArrayBase> from_array, TNode<TIndex> first, TNode<TIndex> count, in ExtractFixedDoubleArrayFillingHoles() argument
4482 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, kind)); in ExtractFixedDoubleArrayFillingHoles()
4517 from_array, var_from_offset.value(), &if_hole, MachineType::Float64()); in ExtractFixedDoubleArrayFillingHoles()
4532 ExtractToFixedArray(from_array, first, count, capacity, fixed_array_map, in ExtractFixedDoubleArrayFillingHoles()
4997 ElementsKind from_kind, TNode<FixedArrayBase> from_array, in CopyFixedArrayElements() argument
5004 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, from_kind)); in CopyFixedArrayElements()
5120 from_array, var_from_offset.value(), from_kind, to_kind, if_hole); in CopyFixedArrayElements()
5125 from_array, var_from_offset.value(), from_kind, to_kind, if_hole); in CopyFixedArrayElements()
5187 void CodeStubAssembler::CopyPropertyArrayValues(TNode<HeapObject> from_array, in CopyPropertyArrayValues() argument
5192 CSA_SLOW_DCHECK(this, Word32Or(IsPropertyArray(from_array), in CopyPropertyArrayValues()
[all …]