Lines Matching defs:from
27 * - s1 : Current position in input, as negative offset from end of string.
45 * - fp[72] ra Return from RegExp code (ra). kReturnAddress
50 * - fp[-16] direct_call (1 = direct call from JS, 0 = from runtime) kDirectCall
118 __ bind(&start_label_); // And then continue from here.
174 // Pop Code offset from backtrack stack, add Code and jump to location.
497 void RegExpMacroAssemblerRISCV::CheckCharacterInRange(base::uc16 from,
500 __ Sub64(a0, current_character(), Operand(from));
502 BranchOrBacktrack(on_in_range, Uless_equal, a0, Operand(to - from));
506 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
507 __ Sub64(a0, current_character(), Operand(from));
509 BranchOrBacktrack(on_not_in_range, Ugreater, a0, Operand(to - from));
722 // from generated code.
738 // memory when returning from this irregexp code object.
801 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
899 // Offset from the end is zero if we already reached the end.
953 // String might have moved: Reload end of string from frame.
1195 // drop them with the return address from the stack with loading saved sp.