Home | History | Annotate | Download | only in src

Lines Matching full:to_start

155                                        uint32_t to_start,
165 to_base->length() - to_start);
167 int start = to_start + copy_size;
176 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
185 CopyWords(reinterpret_cast<Object**>(to_address) + to_start,
193 to->OffsetOfElementAt(to_start),
205 uint32_t to_start,
216 int start = to_start + copy_size;
230 if (to_start + copy_size > to_length) {
231 copy_size = to_length - to_start;
238 to->set(i + to_start, value, SKIP_WRITE_BARRIER);
240 to->set_the_hole(i + to_start);
246 to->OffsetOfElementAt(to_start),
259 uint32_t to_start,
267 to_base->length() - to_start);
272 int start = to_start;
281 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
307 to->set(i + to_start, value, UPDATE_WRITE_BARRIER);
317 uint32_t to_start,
324 to_base->length() - to_start);
326 for (int i = to_start + copy_size; i < to_base->length(); ++i) {
331 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
338 to_address += kDoubleSize * to_start;
350 uint32_t to_start,
358 for (int i = to_start + copy_size; i < to_base->length(); ++i) {
363 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
370 from_start < from_end; from_start++, to_start++) {
373 to->set_the_hole(to_start);
375 to->set(to_start, Smi::cast(hole_or_smi)->value());
384 uint32_t to_start,
395 for (uint32_t i = to_start + copy_size; i < to_end; ++i) {
399 to_end = to_start + static_cast<uint32_t>(copy_size);
402 to_end = to_start + static_cast<uint32_t>(copy_size);
406 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
412 from_start < from_end; from_start++, to_start++) {
415 to->set(to_start, Smi::cast(smi)->value());
423 uint32_t to_start,
431 for (int i = to_start + copy_size; i < to_base->length(); ++i) {
436 ASSERT((copy_size + static_cast<int>(to_start)) <= to_base->length() &&
443 from_start < from_end; from_start++, to_start++) {
446 to->set_the_hole(to_start);
448 to->set(to_start, hole_or_object->Number());
457 uint32_t to_start,
466 for (int i = to_start + copy_size; i < to_base->length(); ++i) {
474 if (to_start + copy_size > to_length) {
475 copy_size = to_length - to_start;
480 to->set(i + to_start, from->ValueAt(entry)->Number());
482 to->set_the_hole(i + to_start);
756 uint32_t to_start,
767 uint32_t to_start,
786 from, from_start, to, from_kind, to_start, packed_size, copy_size);
1122 uint32_t to_start,
1132 from, from_kind, from_start, to, to_kind, to_start, copy_size);
1137 from, from_start, to, to_kind, to_start, copy_size);
1140 from, from_start, to, to_kind, to_start, copy_size);
1150 to_start, packed_size, copy_size);
1253 uint32_t to_start,
1259 from, from_start, to, to_start, packed_size, copy_size);
1262 CopySmiToDoubleElements(from, from_start, to, to_start, copy_size);
1266 CopyDoubleToDoubleElements(from, from_start, to, to_start, copy_size);
1270 CopyObjectToDoubleElements(from, from_start, to, to_start, copy_size);
1274 from, from_start, to, to_start, copy_size);
1602 uint32_t to_start,
1834 uint32_t to_start,