Lines Matching defs:from
24 * - s2 : Current position in input, as negative offset from end of string.
42 * - fp[72] ra Return from RegExp code (ra). kReturnAddress
46 * - fp[-8] direct_call (1 = direct call from JS, 0 = from runtime) kDirectCall
113 __ bind(&start_label_); // And then continue from here.
169 // Pop Code offset from backtrack stack, add Code and jump to location.
437 void RegExpMacroAssemblerLOONG64::CheckCharacterInRange(base::uc16 from,
440 __ Sub_d(a0, current_character(), Operand(from));
442 BranchOrBacktrack(on_in_range, ls, a0, Operand(to - from));
446 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
447 __ Sub_d(a0, current_character(), Operand(from));
449 BranchOrBacktrack(on_not_in_range, hi, a0, Operand(to - from));
677 // from generated code.
692 // Initialize backtrack stack pointer. It must not be clobbered from here
698 // memory when returning from this irregexp code object.
766 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
866 // Offset from the end is zero if we already reached the end.
920 // String might have moved: Reload end of string from frame.
1158 // drop them with the return address from the stack with loading saved sp.