Lines Matching refs:set_jumps

2038 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label)  in set_jumps()  function
3132 set_jumps(newline, LABEL()); in mainloop_entry()
3938 set_jumps(newline, loop); in fast_forward_newline()
4034 set_jumps(matches, LABEL()); in fast_forward_start_bits()
4242 set_jumps(skipread_list, LABEL()); in check_wordboundary()
5277 set_jumps(found, LABEL()); in compile_xclass_matchingpath()
5375 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5445 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5984 set_jumps(found, LABEL()); in compile_dnref_search()
6590 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
6662 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
6682 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6734 set_jumps(tmp, LABEL()); in compile_assert_matchingpath()
6793 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
6837 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
7758 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
7800 set_jumps(emptymatch, LABEL()); in compile_bracketpos_matchingpath()
8035 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8100 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8108 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8136 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8624 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8649 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8654 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8664 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8668 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8676 set_jumps(current->topbacktracks, label); in compile_iterator_backtrackingpath()
8694 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8704 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8719 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8728 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8754 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8763 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8773 set_jumps(current->topbacktracks, LABEL()); in compile_recurse_backtrackingpath()
8815 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8845 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8848 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
9059 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9075 set_jumps(CURRENT_AS(bracket_backtrack)->u.assert->condfailed, LABEL()); in compile_bracket_backtrackingpath()
9081 set_jumps(CURRENT_AS(bracket_backtrack)->u.condfailed, LABEL()); in compile_bracket_backtrackingpath()
9200 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9340 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9351 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9465 set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL()); in compile_then_trap_backtrackingpath()
9484 set_jumps(current->nextbacktracks, LABEL()); in compile_backtrackingpath()
9646 set_jumps(current->topbacktracks, LABEL()); in compile_backtrackingpath()
9688 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
9728 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
9743 set_jumps(common->quit, LABEL()); in compile_recurse()
9756 set_jumps(common->accept, LABEL()); in compile_recurse()
9768 set_jumps(common->quit, LABEL()); in compile_recurse()
10121 set_jumps(common->accept, common->accept_label); in PRIV()
10127 set_jumps(common->quit, common->quit_label); in PRIV()
10129 set_jumps(common->forced_quit, common->forced_quit_label); in PRIV()
10137 set_jumps(common->partialmatch, common->partialmatchlabel); in PRIV()
10240 set_jumps(common->stackalloc, LABEL()); in PRIV()
10265 set_jumps(common->calllimit, LABEL()); in PRIV()
10271 set_jumps(common->revertframes, LABEL()); in PRIV()
10276 set_jumps(common->wordboundary, LABEL()); in PRIV()
10281 set_jumps(common->anynewline, LABEL()); in PRIV()
10286 set_jumps(common->hspace, LABEL()); in PRIV()
10291 set_jumps(common->vspace, LABEL()); in PRIV()
10296 set_jumps(common->casefulcmp, LABEL()); in PRIV()
10301 set_jumps(common->caselesscmp, LABEL()); in PRIV()
10306 set_jumps(common->reset_match, LABEL()); in PRIV()
10316 set_jumps(common->utfreadchar, LABEL()); in PRIV()
10321 set_jumps(common->utfreadchar16, LABEL()); in PRIV()
10326 set_jumps(common->utfreadtype8, LABEL()); in PRIV()
10334 set_jumps(common->getucd, LABEL()); in PRIV()