Searched refs:to_base (Results 1 – 1 of 1) sorted by relevance
133 FixedArrayBase* to_base, ElementsKind to_kind, in CopyObjectToObjectElements() argument136 DCHECK(to_base->map() != roots.fixed_cow_array_map()); in CopyObjectToObjectElements()143 to_base->length() - to_start); in CopyObjectToObjectElements()146 int length = to_base->length() - start; in CopyObjectToObjectElements()148 MemsetPointer(FixedArray::cast(to_base)->data_start() + start, in CopyObjectToObjectElements()153 DCHECK((copy_size + static_cast<int>(to_start)) <= to_base->length() && in CopyObjectToObjectElements()157 FixedArray* to = FixedArray::cast(to_base); in CopyObjectToObjectElements()173 FixedArrayBase* to_base, ElementsKind to_kind, uint32_t to_start, in CopyDictionaryToObjectElements() argument184 int length = to_base->length() - start; in CopyDictionaryToObjectElements()186 MemsetPointer(FixedArray::cast(to_base)->data_start() + start, in CopyDictionaryToObjectElements()[all …]