Lines Matching refs:set_jumps

2015 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label)  in set_jumps()  function
3108 set_jumps(newline, LABEL()); in mainloop_entry()
3907 set_jumps(newline, loop); in fast_forward_newline()
4003 set_jumps(matches, LABEL()); in fast_forward_start_bits()
4211 set_jumps(skipread_list, LABEL()); in check_wordboundary()
5240 set_jumps(found, LABEL()); in compile_xclass_matchingpath()
5338 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5408 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5947 set_jumps(found, LABEL()); in compile_dnref_search()
6553 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
6625 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
6645 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6697 set_jumps(tmp, LABEL()); in compile_assert_matchingpath()
6756 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
6800 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
7716 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
7758 set_jumps(emptymatch, LABEL()); in compile_bracketpos_matchingpath()
7993 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8058 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8066 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8094 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8583 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8608 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8613 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8623 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8627 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8635 set_jumps(current->topbacktracks, label); in compile_iterator_backtrackingpath()
8653 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8663 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8678 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8687 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8713 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8722 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8732 set_jumps(current->topbacktracks, LABEL()); in compile_recurse_backtrackingpath()
8774 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8804 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8807 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
9018 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9034 set_jumps(CURRENT_AS(bracket_backtrack)->u.assert->condfailed, LABEL()); in compile_bracket_backtrackingpath()
9040 set_jumps(CURRENT_AS(bracket_backtrack)->u.condfailed, LABEL()); in compile_bracket_backtrackingpath()
9159 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9299 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9310 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9424 set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL()); in compile_then_trap_backtrackingpath()
9443 set_jumps(current->nextbacktracks, LABEL()); in compile_backtrackingpath()
9605 set_jumps(current->topbacktracks, LABEL()); in compile_backtrackingpath()
9647 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
9686 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
9701 set_jumps(common->quit, LABEL()); in compile_recurse()
9714 set_jumps(common->accept, LABEL()); in compile_recurse()
9726 set_jumps(common->quit, LABEL()); in compile_recurse()
10078 set_jumps(common->accept, common->accept_label); in PRIV()
10084 set_jumps(common->quit, common->quit_label); in PRIV()
10086 set_jumps(common->forced_quit, common->forced_quit_label); in PRIV()
10094 set_jumps(common->partialmatch, common->partialmatchlabel); in PRIV()
10197 set_jumps(common->stackalloc, LABEL()); in PRIV()
10222 set_jumps(common->calllimit, LABEL()); in PRIV()
10228 set_jumps(common->revertframes, LABEL()); in PRIV()
10233 set_jumps(common->wordboundary, LABEL()); in PRIV()
10238 set_jumps(common->anynewline, LABEL()); in PRIV()
10243 set_jumps(common->hspace, LABEL()); in PRIV()
10248 set_jumps(common->vspace, LABEL()); in PRIV()
10253 set_jumps(common->casefulcmp, LABEL()); in PRIV()
10258 set_jumps(common->caselesscmp, LABEL()); in PRIV()
10263 set_jumps(common->reset_match, LABEL()); in PRIV()
10273 set_jumps(common->utfreadchar, LABEL()); in PRIV()
10278 set_jumps(common->utfreadchar16, LABEL()); in PRIV()
10283 set_jumps(common->utfreadtype8, LABEL()); in PRIV()
10291 set_jumps(common->getucd, LABEL()); in PRIV()