Lines Matching defs:from
25 * - s2 : Current position in input, as negative offset from end of string.
44 * - fp[68] direct_call (if 1, direct call from JavaScript code,
78 * - fp[72] ra Return from RegExp code (ra). kReturnAddress
82 * - fp[-8] direct_call (1 = direct call from JS, 0 = from runtime) kDirectCall
149 __ bind(&start_label_); // And then continue from here.
209 // Pop Code offset from backtrack stack, add Code and jump to location.
485 void RegExpMacroAssemblerMIPS::CheckCharacterInRange(base::uc16 from,
488 __ Dsubu(a0, current_character(), Operand(from));
490 BranchOrBacktrack(on_in_range, ls, a0, Operand(to - from));
494 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
495 __ Dsubu(a0, current_character(), Operand(from));
497 BranchOrBacktrack(on_not_in_range, hi, a0, Operand(to - from));
725 // from generated code.
740 // Initialize backtrack stack pointer. It must not be clobbered from here
746 // memory when returning from this irregexp code object.
814 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
914 // Offset from the end is zero if we already reached the end.
967 // String might have moved: Reload end of string from frame.
1225 // drop them with the return address from the stack with loading saved sp.