Home | History | Annotate | Download | only in src

Lines Matching refs:BACKTRACK

922   enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
1194 // and pushing a backtrack location onto the backtrack stack. Once this is
1202 // backtrack location in a trivial trace, so with a trivial trace we will
1203 // generate code that, on a failure to match, gets the backtrack location
1204 // from the backtrack stack rather than using a direct jump instruction. We
1221 Label* backtrack() { return backtrack_; }
1240 void set_backtrack(Label* backtrack) { backtrack_ = backtrack; }