Lines Matching refs:t7
24 * - t7 : Temporarily stores the index of capture start after a matching pass
718 __ mov(t7, a2);
761 // t7: capture start index
764 &load_char_start_regexp, ne, current_input_offset(), Operand(t7));
1303 // t7 is not being used to store the capture start index at this point.
1304 __ Addu(t7, current_input_offset(), Operand(cp_offset * char_size()));
1305 offset = t7;