Home | History | Annotate | Download | only in regexp

Lines Matching refs:backtrack

860   enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
1319 // and pushing a backtrack location onto the backtrack stack. Once this is
1327 // backtrack location in a trivial trace, so with a trivial trace we will
1328 // generate code that, on a failure to match, gets the backtrack location
1329 // from the backtrack stack rather than using a direct jump instruction. We
1346 Label* backtrack() { return backtrack_; }
1365 void set_backtrack(Label* backtrack) { backtrack_ = backtrack; }