Lines Matching defs:from
26 * - r8: Current position in input, as negative offset from end of string.
45 * - fp[104] direct_call (if 1, direct call from JavaScript code,
53 * - fp[-4] direct_call (if 1, direct call from JavaScript code,
125 __ bind(&start_label_); // And then continue from here.
186 // Pop Code offset from backtrack stack, add Code and jump to location.
478 void RegExpMacroAssemblerS390::CheckCharacterInRange(base::uc16 from,
481 __ lay(r2, MemOperand(current_character(), -from));
482 __ CmpU64(r2, Operand(to - from));
487 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
488 __ lay(r2, MemOperand(current_character(), -from));
489 __ CmpU64(r2, Operand(to - from));
731 // Load stack parameters from caller stack frame
746 // from generated code.
761 // Initialize backtrack stack pointer. It must not be clobbered from here on.
767 // memory when returning from this irregexp code object.
842 if (num_saved_registers_ > 0) { // Always is, if generated from a regexp.
963 // Offset from the end is zero if we already reached the end.
1019 // String might have moved: Reload end of string from frame.