Lines Matching defs:element_count
2143 // Copies |element_count| elements from |from_array| starting from element
2150 TNode<TIndex> element_count, TNode<TIndex> capacity,
2153 IntPtrOrSmiConstant<TIndex>(0), element_count,
2157 // Copies |element_count| elements from |from_array| starting from element
2169 TNode<TIndex> first_element, TNode<TIndex> element_count,
2710 TNode<BoolT> FixedArraySizeDoesntFitInNewSpace(TNode<TIndex> element_count,
3526 TNode<IntPtrT> GetArrayAllocationSize(TNode<TIndex> element_count,
3528 return ElementOffsetFromIndex(element_count, kind, header_size);
3532 TNode<IntPtrT> GetFixedArrayAllocationSize(TNode<TIndex> element_count,
3534 return GetArrayAllocationSize(element_count, kind, FixedArray::kHeaderSize);
3537 TNode<IntPtrT> GetPropertyArrayAllocationSize(TNode<IntPtrT> element_count) {
3538 return GetArrayAllocationSize(element_count, PACKED_ELEMENTS,
3543 void GotoIfFixedArraySizeDoesntFitInNewSpace(TNode<TIndex> element_count,