Home | History | Annotate | Download | only in ia32

Lines Matching refs:result_pos

3349   Register result_pos = no_reg;  // Will be edi.
3427 result_pos = array_length;
3459 __ AllocateAsciiString(result_pos, string_length, scratch,
3461 __ mov(result_operand, result_pos);
3462 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3480 // result_pos: the position to which we are currently copying characters.
3492 __ CopyBytes(string, result_pos, string_length, scratch);
3516 // result_pos: the position to which we are currently copying characters.
3520 __ mov_b(Operand(result_pos, 0), scratch);
3521 __ inc(result_pos);
3533 __ CopyBytes(string, result_pos, string_length, scratch);
3553 // result_pos: the position to which we are currently copying characters.
3562 __ CopyBytes(string, result_pos, string_length, scratch);
3574 __ CopyBytes(string, result_pos, string_length, scratch);