Lines Matching refs:sljit_label

212   struct sljit_label *quit;
257 struct sljit_label *matchingpath;
263 struct sljit_label *alternative_matchingpath;
265 struct sljit_label *recursive_matchingpath;
267 struct sljit_label *zero_matchingpath;
294 struct sljit_label *matchingpath;
300 struct sljit_label *matchingpath;
314 struct sljit_label *matchingpath;
320 struct sljit_label *entry_label;
322 struct sljit_label *backtrack_label;
334 struct sljit_label *matchingpath;
456 struct sljit_label *partialmatchlabel;
457 struct sljit_label *quit_label;
458 struct sljit_label *abort_label;
459 struct sljit_label *accept_label;
460 struct sljit_label *ff_newline_shortcut;
3008 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
3115 struct sljit_label *loop; in reset_ovector()
3158 struct sljit_label *loop; in reset_early_fail()
3204 struct sljit_label *loop; in do_reset_match()
3282 struct sljit_label *loop; in copy_ovector()
3376 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
3664 static void detect_partial_match_to(compiler_common *common, struct sljit_label *label) in detect_partial_match_to()
4211 struct sljit_label *label; in move_back()
4412 struct sljit_label *three_byte_entry; in do_utfreadchar_invalid()
4413 struct sljit_label *exit_invalid_label; in do_utfreadchar_invalid()
4567 struct sljit_label *loop; in do_utfreadnewline_invalid()
4568 struct sljit_label *skip_start; in do_utfreadnewline_invalid()
4569 struct sljit_label *three_byte_exit; in do_utfreadnewline_invalid()
4659 struct sljit_label *exit_ok_label; in do_utfmoveback_invalid()
4660 struct sljit_label *exit_invalid_label; in do_utfmoveback_invalid()
4792 struct sljit_label *two_byte_entry; in do_utfpeakcharback_invalid()
4793 struct sljit_label *three_byte_entry; in do_utfpeakcharback_invalid()
4794 struct sljit_label *exit_invalid_label; in do_utfpeakcharback_invalid()
5140 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common) in mainloop_entry()
5143 struct sljit_label *mainloop; in mainloop_entry()
5144 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
5149 struct sljit_label *loop; in mainloop_entry()
5776 …to_if_not_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg, struct sljit_label *label) in jumpto_if_not_utf_char_start()
5844 struct sljit_label *start; in fast_forward_first_char2()
5930 struct sljit_label *start; in fast_forward_first_n_chars()
6170 struct sljit_label *loop; in fast_forward_newline()
6346 struct sljit_label *start; in fast_forward_start_bits()
6417 struct sljit_label *loop; in search_requested_char()
6494 struct sljit_label *mainloop; in do_revertframes()
6550 struct sljit_label *valid_utf; in check_wordboundary()
7064 struct sljit_label *label; in do_casefulcmp()
7144 struct sljit_label *label; in do_caselesscmp()
8019 struct sljit_label *label; in compile_simple_assertion_matchingpath()
9039 struct sljit_label *loop; in compile_ref_matchingpath()
9040 struct sljit_label *caseless_loop; in compile_ref_matchingpath()
9202 struct sljit_label *label; in compile_ref_iterator_matchingpath()
9644 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
9645 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
10234 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
10789 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
11219 struct sljit_label *label; in compile_iterator_matchingpath()
12193 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
12447 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
12448 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
12963 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
13260 struct sljit_label *quit; in compile_recurse()
13477 struct sljit_label *mainloop_label = NULL; in jit_compile()
13478 struct sljit_label *continue_match_label; in jit_compile()
13479 struct sljit_label *empty_match_found_label = NULL; in jit_compile()
13480 struct sljit_label *empty_match_backtrack_label = NULL; in jit_compile()
13481 struct sljit_label *reset_match_label; in jit_compile()
13482 struct sljit_label *quit_label; in jit_compile()