Home | History | Annotate | Download | only in x64

Lines Matching refs:result_pos

3307   Register result_pos = no_reg;  // Will be rdi.
3392 result_pos = array_length;
3428 __ AllocateAsciiString(result_pos, string_length, scratch,
3430 __ movq(result_operand, result_pos);
3431 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3449 // result_pos: the position to which we are currently copying characters.
3461 __ CopyBytes(result_pos, string, string_length);
3489 // result_pos: the position to which we are currently copying characters.
3493 __ movb(Operand(result_pos, 0), scratch);
3494 __ incq(result_pos);
3505 __ CopyBytes(result_pos, string, string_length);
3540 // result_pos: the position to which we are currently copying characters.
3547 __ CopyBytes(result_pos, string, string_length, 2);
3556 __ CopyBytes(result_pos, string, string_length);