Searched refs:to_array (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | growable-fixed-array-gen.cc | 93 TNode<FixedArray> to_array = CAST(ExtractFixedArray( in ResizeFixedArray() local 98 return to_array; in ResizeFixedArray()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 2119 // {to_array}. This offers a slight performance benefit by simply copying the 2126 TNode<PropertyArray> to_array, 2132 // |to_array| of the same size respecting the elements kind. 2136 TNode<FixedArrayBase> to_array, TNode<TIndex> length, in CopyFixedArrayElements() 2138 CopyFixedArrayElements(kind, from_array, kind, to_array, in CopyFixedArrayElements() 2144 // zero to |to_array| of |capacity| size respecting both array's elements 2149 ElementsKind to_kind, TNode<FixedArrayBase> to_array, in CopyFixedArrayElements() 2152 CopyFixedArrayElements(from_kind, from_array, to_kind, to_array, in CopyFixedArrayElements() 2158 // |first_element| to |to_array| of |capacity| size respecting both array's 2168 ElementsKind to_kind, TNode<FixedArrayBase> to_array, 2134 CopyFixedArrayElements( ElementsKind kind, TNode<FixedArrayBase> from_array, TNode<FixedArrayBase> to_array, TNode<TIndex> length, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER) CopyFixedArrayElements() argument 2147 CopyFixedArrayElements( ElementsKind from_kind, TNode<FixedArrayBase> from_array, ElementsKind to_kind, TNode<FixedArrayBase> to_array, TNode<TIndex> element_count, TNode<TIndex> capacity, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER) CopyFixedArrayElements() argument [all...] |
H A D | code-stub-assembler.cc | 4998 ElementsKind to_kind, TNode<FixedArrayBase> to_array, 5005 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(to_array, to_kind)); 5041 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), 5043 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, 5048 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), 5051 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, 5078 ? IntPtrSub(BitcastTaggedToWord(to_array), first_from_element_offset) 5079 : ReinterpretCast<IntPtrT>(to_array); 5127 CHECK_EQ(to_array, to_array_adjusted); 5188 TNode<PropertyArray> to_array, [all...] |
Completed in 12 milliseconds