Lines Matching defs:from
23 * - s2 : Current position in input, as negative offset from end of string.
39 * - fp[52] direct_call (if 1, direct call from JavaScript code,
111 __ bind(&start_label_); // And then continue from here.
171 // Pop Code offset from backtrack stack, add Code and jump to location.
453 void RegExpMacroAssemblerMIPS::CheckCharacterInRange(base::uc16 from,
456 __ Subu(a0, current_character(), Operand(from));
458 BranchOrBacktrack(on_in_range, ls, a0, Operand(to - from));
462 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
463 __ Subu(a0, current_character(), Operand(from));
465 BranchOrBacktrack(on_not_in_range, hi, a0, Operand(to - from));
688 // from generated code.
703 // Initialize backtrack stack pointer. It must not be clobbered from here
709 // memory when returning from this irregexp code object.
777 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
877 // Offset from the end is zero if we already reached the end.
929 // String might have moved: Reload end of string from frame.
1188 // drop them with the return address from the stack with loading saved sp.