Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc154 ElementsKind to_kind, uint32_t to_start, in CopyObjectToObjectElements() argument
164 to_base->length() - to_start); in CopyObjectToObjectElements()
166 int start = to_start + copy_size; in CopyObjectToObjectElements()
175 DCHECK((copy_size + static_cast<int>(to_start)) <= to_base->length() && in CopyObjectToObjectElements()
184 CopyWords(reinterpret_cast<Object**>(to_address) + to_start, in CopyObjectToObjectElements()
192 to->OffsetOfElementAt(to_start), in CopyObjectToObjectElements()
202 ElementsKind to_kind, uint32_t to_start, int raw_copy_size) { in CopyDictionaryToObjectElements() argument
212 int start = to_start + copy_size; in CopyDictionaryToObjectElements()
226 if (to_start + copy_size > to_length) { in CopyDictionaryToObjectElements()
227 copy_size = to_length - to_start; in CopyDictionaryToObjectElements()
[all …]