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;
459 struct sljit_label *partialmatchlabel;
460 struct sljit_label *quit_label;
461 struct sljit_label *abort_label;
462 struct sljit_label *accept_label;
463 struct sljit_label *ff_newline_shortcut;
3082 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
3189 struct sljit_label *loop; in reset_ovector()
3232 struct sljit_label *loop; in reset_early_fail()
3278 struct sljit_label *loop; in do_reset_match()
3356 struct sljit_label *loop; in copy_ovector()
3450 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
3738 static void detect_partial_match_to(compiler_common *common, struct sljit_label *label) in detect_partial_match_to()
4285 struct sljit_label *label; in move_back()
4486 struct sljit_label *three_byte_entry; in do_utfreadchar_invalid()
4487 struct sljit_label *exit_invalid_label; in do_utfreadchar_invalid()
4641 struct sljit_label *loop; in do_utfreadnewline_invalid()
4642 struct sljit_label *skip_start; in do_utfreadnewline_invalid()
4643 struct sljit_label *three_byte_exit; in do_utfreadnewline_invalid()
4733 struct sljit_label *exit_ok_label; in do_utfmoveback_invalid()
4734 struct sljit_label *exit_invalid_label; in do_utfmoveback_invalid()
4866 struct sljit_label *two_byte_entry; in do_utfpeakcharback_invalid()
4867 struct sljit_label *three_byte_entry; in do_utfpeakcharback_invalid()
4868 struct sljit_label *exit_invalid_label; in do_utfpeakcharback_invalid()
5214 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common) in mainloop_entry()
5217 struct sljit_label *mainloop; in mainloop_entry()
5218 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
5223 struct sljit_label *loop; in mainloop_entry()
5850 …to_if_not_utf_char_start(struct sljit_compiler *compiler, sljit_s32 reg, struct sljit_label *label) in jumpto_if_not_utf_char_start()
5918 struct sljit_label *start; in fast_forward_first_char2()
6004 struct sljit_label *start; in fast_forward_first_n_chars()
6244 struct sljit_label *loop; in fast_forward_newline()
6420 struct sljit_label *start; in fast_forward_start_bits()
6491 struct sljit_label *loop; in search_requested_char()
6568 struct sljit_label *mainloop; in do_revertframes()
6624 struct sljit_label *valid_utf; in check_wordboundary()
7138 struct sljit_label *label; in do_casefulcmp()
7218 struct sljit_label *label; in do_caselesscmp()
8250 struct sljit_label *label; in compile_simple_assertion_matchingpath()
9270 struct sljit_label *loop; in compile_ref_matchingpath()
9271 struct sljit_label *caseless_loop; in compile_ref_matchingpath()
9433 struct sljit_label *label; in compile_ref_iterator_matchingpath()
9875 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
9876 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
10465 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
11020 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
11450 struct sljit_label *label; in compile_iterator_matchingpath()
12424 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
12678 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
12679 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
13194 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
13489 struct sljit_label *quit; in compile_recurse()
13706 struct sljit_label *mainloop_label = NULL; in jit_compile()
13707 struct sljit_label *continue_match_label; in jit_compile()
13708 struct sljit_label *empty_match_found_label = NULL; in jit_compile()
13709 struct sljit_label *empty_match_backtrack_label = NULL; in jit_compile()
13710 struct sljit_label *reset_match_label; in jit_compile()
13711 struct sljit_label *quit_label; in jit_compile()