Lines Matching refs:destination
175 // Array access: calculate the destination address in the same manner as
1490 // Copy memory, byte-by-byte, from source to destination. Not optimized for
1492 // Source and destination are incremented by length.
1499 Register destination,
1508 ASSERT(destination.is(edi));
1515 mov(Operand(destination, length, times_1, -4), scratch);
1520 add(destination, scratch);
1529 mov_b(Operand(destination, 0), scratch);
1531 inc(destination);
2136 // destination register in case we store into it (the write barrier