Home | History | Annotate | Download | only in x64

Lines Matching refs:result_pos

3353   Register result_pos = no_reg;  // Will be rdi.
3436 result_pos = array_length;
3472 __ AllocateAsciiString(result_pos, string_length, scratch,
3474 __ movq(result_operand, result_pos);
3475 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3493 // result_pos: the position to which we are currently copying characters.
3505 __ CopyBytes(result_pos, string, string_length);
3533 // result_pos: the position to which we are currently copying characters.
3537 __ movb(Operand(result_pos, 0), scratch);
3538 __ incq(result_pos);
3549 __ CopyBytes(result_pos, string, string_length);
3584 // result_pos: the position to which we are currently copying characters.
3591 __ CopyBytes(result_pos, string, string_length, 2);
3600 __ CopyBytes(result_pos, string, string_length);