Home | History | Annotate | Download | only in arm64

Lines Matching defs:copy_to

1449     Register copy_to = x12;
1459 __ Mov(copy_to, jssp);
1473 MemOperand(copy_to, - 2 * kPointerSize, PreIndex));
1489 Register copy_to = x12;
1498 __ Mov(copy_to, jssp);
1499 __ Sub(copy_end, copy_to, 1 * kPointerSize); // Adjust for the receiver.
1514 MemOperand(copy_to, - 2 * kPointerSize, PreIndex));
1515 __ Cmp(copy_to, copy_end);
1518 __ Mov(copy_to, copy_end);
1527 MemOperand(copy_to, - 2 * kPointerSize, PreIndex));
1528 __ Cmp(copy_to, copy_end);