Home | History | Annotate | Download | only in mips

Lines Matching defs:result_pos

3838   Register result_pos = no_reg;  // Will be a2.
3957 // result_pos to the position of the result where to write the first
3961 result_pos = array_length; // End of live range for array_length.
3963 __ Addu(result_pos,
3976 // result_pos: the position to which we are currently copying characters.
3986 __ CopyBytes(string, result_pos, string_length, scratch1);
4002 // result_pos: the position to which we are currently copying characters.
4008 __ sb(separator, MemOperand(result_pos));
4009 __ Addu(result_pos, result_pos, 1);
4018 __ CopyBytes(string, result_pos, string_length, scratch1);
4028 // result_pos: the position to which we are currently copying characters.
4039 __ CopyBytes(string, result_pos, string_length, scratch1);
4047 __ CopyBytes(string, result_pos, string_length, scratch1);