Lines Matching defs:from
27 * - w21 : Current position in input, as negative offset from
64 * - fp[8] lr Return from the RegExp code.
67 * - fp[-8] direct_call 1 => Direct call from JavaScript code.
130 __ Bind(&start_label_); // And then continue from here.
260 // This method is only ever called from the cctests.
571 void RegExpMacroAssemblerARM64::CheckCharacterInRange(base::uc16 from,
574 __ Sub(w10, current_character(), from);
576 CompareAndBranchOrBacktrack(w10, to - from, ls, on_in_range);
580 base::uc16 from, base::uc16 to, Label* on_not_in_range) {
581 __ Sub(w10, current_character(), from);
583 CompareAndBranchOrBacktrack(w10, to - from, hi, on_not_in_range);
840 // Initialize backtrack stack pointer. It must not be clobbered from here on.
846 // memory when returning from this irregexp code object.
975 // Copy the results to the output array from the cached registers first.
1097 // Offset from the end is zero if we already reached the end.
1144 // Returning from the regexp code restores the stack (sp <- fp)
1145 // so we don't need to drop the link register from it before exiting.
1168 // a stack-overflow exception. Returning from the regexp code restores the
1169 // stack (sp <- fp) so we don't need to drop the link register from it