Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc118 uint32_t to_start, int raw_copy_size) { in CopyObjectToObjectElements() argument
127 to_base->length() - to_start); in CopyObjectToObjectElements()
129 int start = to_start + copy_size; in CopyObjectToObjectElements()
138 DCHECK((copy_size + static_cast<int>(to_start)) <= to_base->length() && in CopyObjectToObjectElements()
152 to->set(to_start + i, value, write_barrier_mode); in CopyObjectToObjectElements()
159 ElementsKind to_kind, uint32_t to_start, int raw_copy_size) { in CopyDictionaryToObjectElements() argument
168 int start = to_start + copy_size; in CopyDictionaryToObjectElements()
182 if (to_start + copy_size > to_length) { in CopyDictionaryToObjectElements()
183 copy_size = to_length - to_start; in CopyDictionaryToObjectElements()
194 to->set(i + to_start, value, write_barrier_mode); in CopyDictionaryToObjectElements()
[all …]