Home | History | Annotate | Download | only in x64

Lines Matching refs:Backtrack

38  * - rcx : Points to tip of backtrack stack.  The backtrack stack contains
151 void RegExpMacroAssemblerX64::Backtrack() {
153 // Pop Code* offset from backtrack stack, add Code* and jump to location.
790 // Initialize backtrack stack pointer.
891 // Backtrack code (branch target for conditional backtracks).
894 Backtrack();
921 // Backtrack stack overflow code.
924 // Reached if the backtrack-stack limit has been hit.
939 // First argument, backtrack stackpointer, is already in rcx.
1301 Backtrack();