Lines Matching refs:sljit_jump
205 struct sljit_jump *jump;
210 struct sljit_jump *start;
2282 …IT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_jump *jump) in add_jump()
2293 static void add_stub(compiler_common *common, struct sljit_jump *start) in add_stub()
2581 struct sljit_jump *jump; in check_start_used_ptr()
2712 struct sljit_jump *jump = NULL; in check_partial()
2742 struct sljit_jump *jump; in check_str_end()
2771 struct sljit_jump *jump; in detect_partial_match()
2803 struct sljit_jump *jump; in peek_char()
2865 struct sljit_jump *jump; in read_char7_type()
2892 struct sljit_jump *jump; in read_char_range()
2895 struct sljit_jump *jump2; in read_char_range()
3023 struct sljit_jump *jump; in read_char8_type()
3026 struct sljit_jump *jump2; in read_char8_type()
3122 struct sljit_jump *jump; in check_newlinechar()
3158 struct sljit_jump *jump; in do_utfreadchar()
3206 struct sljit_jump *jump; in do_utfreadchar16()
3242 struct sljit_jump *jump; in do_utfreadtype8()
3243 struct sljit_jump *compare; in do_utfreadtype8()
3307 struct sljit_jump *start; in mainloop_entry()
3308 struct sljit_jump *end = NULL; in mainloop_entry()
3309 struct sljit_jump *end2 = NULL; in mainloop_entry()
3311 struct sljit_jump *singlechar; in mainloop_entry()
3902 struct sljit_jump *quit[3]; in fast_forward_first_char2_sse2()
3903 struct sljit_jump *nomatch; in fast_forward_first_char2_sse2()
4164 struct sljit_jump *quit; in fast_forward_first_char2()
4165 struct sljit_jump *found; in fast_forward_first_char2()
4169 struct sljit_jump *utf_quit = NULL; in fast_forward_first_char2()
4332 struct sljit_jump *quit; in fast_forward_first_n_chars()
4333 struct sljit_jump *match; in fast_forward_first_n_chars()
4574 struct sljit_jump *lastchar; in fast_forward_newline()
4575 struct sljit_jump *firstchar; in fast_forward_newline()
4576 struct sljit_jump *quit; in fast_forward_newline()
4577 struct sljit_jump *foundcr = NULL; in fast_forward_newline()
4578 struct sljit_jump *notfoundnl; in fast_forward_newline()
4663 struct sljit_jump *quit; in fast_forward_start_bits()
4664 struct sljit_jump *found = NULL; in fast_forward_start_bits()
4667 struct sljit_jump *jump; in fast_forward_start_bits()
4735 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, PCRE2_UCHAR r… in search_requested_char()
4739 struct sljit_jump *toolong; in search_requested_char()
4740 struct sljit_jump *alreadyfound; in search_requested_char()
4741 struct sljit_jump *found; in search_requested_char()
4742 struct sljit_jump *foundoc = NULL; in search_requested_char()
4743 struct sljit_jump *notfound; in search_requested_char()
4801 struct sljit_jump *jump; in do_revertframes()
4836 struct sljit_jump *skipread; in check_wordboundary()
4839 struct sljit_jump *jump; in check_wordboundary()
5194 struct sljit_jump *jump; in do_casefulcmp()
5223 struct sljit_jump *jump; in do_caselesscmp()
5483 struct sljit_jump *jump = NULL; in compile_xclass_matchingpath()
6032 struct sljit_jump *jump[4]; in compile_simple_assertion_matchingpath()
6255 struct sljit_jump *jump[3]; in compile_char1_matchingpath()
6766 struct sljit_jump *jump = NULL; in compile_ref_matchingpath()
6767 struct sljit_jump *partial; in compile_ref_matchingpath()
6768 struct sljit_jump *nopartial; in compile_ref_matchingpath()
6865 struct sljit_jump *zerolength; in compile_ref_iterator_matchingpath()
6866 struct sljit_jump *jump = NULL; in compile_ref_iterator_matchingpath()
7301 struct sljit_jump *jump; in compile_assert_matchingpath()
7302 struct sljit_jump *brajump = NULL; in compile_assert_matchingpath()
7845 struct sljit_jump *jump; in compile_bracket_matchingpath()
7846 struct sljit_jump *skip; in compile_bracket_matchingpath()
7848 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath()
8817 struct sljit_jump *jump = NULL; in compile_iterator_matchingpath()
9659 struct sljit_jump *jump = NULL; in compile_iterator_backtrackingpath()
9835 struct sljit_jump *brajump = NULL; in compile_assert_backtrackingpath()
9913 struct sljit_jump *brazero = NULL; in compile_bracket_backtrackingpath()
9914 struct sljit_jump *alt1 = NULL; in compile_bracket_backtrackingpath()
9915 struct sljit_jump *alt2 = NULL; in compile_bracket_backtrackingpath()
9916 struct sljit_jump *once = NULL; in compile_bracket_backtrackingpath()
9917 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath()
10363 struct sljit_jump *jump; in compile_bracketpos_backtrackingpath()
10427 struct sljit_jump *jump; in compile_control_verb_backtrackingpath()
10488 struct sljit_jump *jump; in compile_then_trap_backtrackingpath()
10715 struct sljit_jump *jump; in compile_recurse()
10853 struct sljit_jump *jump; in jit_compile()
10854 struct sljit_jump *minlength_check_failed = NULL; in jit_compile()
10855 struct sljit_jump *reqbyte_notfound = NULL; in jit_compile()
10856 struct sljit_jump *empty_match = NULL; in jit_compile()