Home | History | Annotate | Download | only in arm

Lines Matching refs:result_pos

3509   Register result_pos = no_reg;  // Will be r2
3626 // result_pos to the position of the result where to write the first
3629 result_pos = array_length; // End of live range for array_length.
3631 __ add(result_pos,
3644 // result_pos: the position to which we are currently copying characters.
3653 __ CopyBytes(string, result_pos, string_length, scratch1);
3669 // result_pos: the position to which we are currently copying characters.
3675 __ strb(separator, MemOperand(result_pos, 1, PostIndex));
3683 __ CopyBytes(string, result_pos, string_length, scratch1);
3693 // result_pos: the position to which we are currently copying characters.
3704 __ CopyBytes(string, result_pos, string_length, scratch1);
3711 __ CopyBytes(string, result_pos, string_length, scratch1);