Home | History | Annotate | Download | only in ia32

Lines Matching refs:destination

105     // Array access: calculate the destination address in the same manner as
1011 // Copy memory, byte-by-byte, from source to destination. Not optimized for
1013 // Source and destination are incremented by length.
1020 Register destination,
1029 ASSERT(destination.is(edi));
1036 mov(Operand(destination, length, times_1, -4), scratch);
1041 add(destination, Operand(scratch));
1050 mov_b(Operand(destination, 0), scratch);
1052 inc(destination);
1651 // destination register in case we store into it (the write barrier