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;
3012 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
3119 struct sljit_label *loop; in reset_ovector()
3162 struct sljit_label *loop; in reset_early_fail()
3208 struct sljit_label *loop; in do_reset_match()
3286 struct sljit_label *loop; in copy_ovector()
3380 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
3668 static void detect_partial_match_to(compiler_common *common, struct sljit_label *label) in detect_partial_match_to()
4218 struct sljit_label *label; in move_back()
4415 struct sljit_label *three_byte_entry; in do_utfreadchar_invalid()
4416 struct sljit_label *exit_invalid_label; in do_utfreadchar_invalid()
4570 struct sljit_label *loop; in do_utfreadnewline_invalid()
4571 struct sljit_label *skip_start; in do_utfreadnewline_invalid()
4572 struct sljit_label *three_byte_exit; in do_utfreadnewline_invalid()
4655 struct sljit_label *exit_ok_label; in do_utfmoveback_invalid()
4656 struct sljit_label *exit_invalid_label; in do_utfmoveback_invalid()
4788 struct sljit_label *two_byte_entry; in do_utfpeakcharback_invalid()
4789 struct sljit_label *three_byte_entry; in do_utfpeakcharback_invalid()
4790 struct sljit_label *exit_invalid_label; in do_utfpeakcharback_invalid()
5136 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common) in mainloop_entry()
5139 struct sljit_label *mainloop; in mainloop_entry()
5140 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
5145 struct sljit_label *loop; in mainloop_entry()
5772 …to_if_not_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg, struct sljit_label *label) in jumpto_if_not_utf_char_start()
5840 struct sljit_label *start; in fast_forward_first_char2()
5926 struct sljit_label *start; in fast_forward_first_n_chars()
6166 struct sljit_label *loop; in fast_forward_newline()
6271 struct sljit_label *start; in fast_forward_start_bits()
6342 struct sljit_label *loop; in search_requested_char()
6419 struct sljit_label *mainloop; in do_revertframes()
6475 struct sljit_label *valid_utf; in check_wordboundary()
6987 struct sljit_label *label; in do_casefulcmp()
7067 struct sljit_label *label; in do_caselesscmp()
7942 struct sljit_label *label; in compile_simple_assertion_matchingpath()
8962 struct sljit_label *loop; in compile_ref_matchingpath()
8963 struct sljit_label *caseless_loop; in compile_ref_matchingpath()
9125 struct sljit_label *label; in compile_ref_iterator_matchingpath()
9567 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
9568 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
10157 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
10712 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
11142 struct sljit_label *label; in compile_iterator_matchingpath()
12116 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
12370 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
12371 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
12886 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
13183 struct sljit_label *quit; in compile_recurse()
13400 struct sljit_label *mainloop_label = NULL; in jit_compile()
13401 struct sljit_label *continue_match_label; in jit_compile()
13402 struct sljit_label *empty_match_found_label = NULL; in jit_compile()
13403 struct sljit_label *empty_match_backtrack_label = NULL; in jit_compile()
13404 struct sljit_label *reset_match_label; in jit_compile()
13405 struct sljit_label *quit_label; in jit_compile()