Home | History | Annotate | Download | only in ia32

Lines Matching refs:result_pos

3461   Register result_pos = no_reg;  // Will be edi.
3535 result_pos = array_length;
3566 __ AllocateAsciiString(result_pos, string_length, scratch,
3568 __ mov(result_operand, result_pos);
3569 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3587 // result_pos: the position to which we are currently copying characters.
3599 __ CopyBytes(string, result_pos, string_length, scratch);
3623 // result_pos: the position to which we are currently copying characters.
3627 __ mov_b(Operand(result_pos, 0), scratch);
3628 __ inc(result_pos);
3640 __ CopyBytes(string, result_pos, string_length, scratch);
3660 // result_pos: the position to which we are currently copying characters.
3669 __ CopyBytes(string, result_pos, string_length, scratch);
3681 __ CopyBytes(string, result_pos, string_length, scratch);