Home | History | Annotate | Download | only in arm

Lines Matching refs:Backtrack

32  * - r8 : Points to tip of backtrack stack
156 void RegExpMacroAssemblerARM::Backtrack() {
158 // Pop Code* offset from backtrack stack, add Code* and jump to location.
690 // Initialize backtrack stack pointer.
792 // Backtrack code (branch target for conditional backtracks).
795 Backtrack();
815 // Backtrack stack overflow code.
818 // Reached if the backtrack-stack limit has been hit.
1164 Backtrack();