Lines Matching refs:JUMP

529 #define JUMP(type) \  macro
2066 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2092 add_jump(compiler, &common->calllimit, JUMP(SLJIT_C_ZERO)); in count_match()
2459 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial()
2483 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
2491 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end()
2513 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
2520 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match()
2544 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2685 …add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAS… in read_char_range()
2783 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL)); in read_char8_type()
2854 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
2855 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO)); in check_newlinechar()
2897 jump = JUMP(SLJIT_C_NOT_ZERO); in do_utfreadchar()
2911 jump = JUMP(SLJIT_C_NOT_ZERO); in do_utfreadchar()
2945 jump = JUMP(SLJIT_C_NOT_ZERO); in do_utfreadchar16()
2976 jump = JUMP(SLJIT_C_NOT_ZERO); in do_utfreadtype8()
3087 start = JUMP(SLJIT_JUMP); in mainloop_entry()
3101 nl = JUMP(SLJIT_JUMP); in mainloop_entry()
3815 found = JUMP(SLJIT_C_NOT_ZERO); in fast_forward_first_char()
3896 quit = JUMP(SLJIT_JUMP); in fast_forward_newline()
3956 found = JUMP(SLJIT_C_NOT_ZERO); in fast_forward_start_bits()
4072 jump = JUMP(SLJIT_C_SIG_LESS_EQUAL); in do_revertframes()
4081 jump = JUMP(SLJIT_C_SIG_LESS); in do_revertframes()
4120 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4164 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4250 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in check_class_ranges()
4865 add_jump(compiler, &found, JUMP(SLJIT_C_NOT_ZERO)); in compile_xclass_matchingpath()
4868 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_xclass_matchingpath()
4897 add_jump(compiler, list, JUMP(SLJIT_C_NOT_ZERO)); in compile_xclass_matchingpath()
4912 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_xclass_matchingpath()
4974 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5000 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5025 jump = JUMP(SLJIT_JUMP); in compile_xclass_matchingpath()
5035 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5067 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5082 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5135 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5152 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5213 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5264 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5265 …add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO… in compile_char1_matchingpath()
5280 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_C_ZERO : SLJIT_C_NOT_ZERO)); in compile_char1_matchingpath()
5293 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_C_ZERO : SLJIT_C_NOT_ZERO)); in compile_char1_matchingpath()
5306 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_C_ZERO : SLJIT_C_NOT_ZERO)); in compile_char1_matchingpath()
5390 jump[2] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5402 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5403 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO)); in compile_char1_matchingpath()
5410 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5411 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_C_NOT_ZERO : SLJIT_C_ZERO)); in compile_char1_matchingpath()
5418 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5428 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5469 add_jump(compiler, backtracks, JUMP(SLJIT_C_NOT_EQUAL)); in compile_char1_matchingpath()
5471 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5491 jump[2] = JUMP(SLJIT_C_GREATER); in compile_char1_matchingpath()
5492 add_jump(compiler, backtracks, JUMP(SLJIT_C_LESS)); in compile_char1_matchingpath()
5496 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5510 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5511 add_jump(compiler, backtracks, JUMP(SLJIT_C_ZERO)); in compile_char1_matchingpath()
5540 jump[0] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5582 jump[0] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5597 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5762 add_jump(compiler, backtracks, JUMP(SLJIT_C_ZERO)); in compile_char1_matchingpath()
5980 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
5994 jump = JUMP(SLJIT_C_ZERO); in compile_ref_matchingpath()
6001 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6006 nopartial = JUMP(SLJIT_JUMP); in compile_ref_matchingpath()
6013 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6017 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
6193 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
6299 add_jump(compiler, &entry->calls, JUMP(SLJIT_FAST_CALL)); in compile_recurse_matchingpath()
6395 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_C_SIG_GREATER)); in compile_callout_matchingpath()
6397 add_jump(compiler, &common->forced_quit, JUMP(SLJIT_C_SIG_LESS)); in compile_callout_matchingpath()
6564 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
6592 add_jump(compiler, found, JUMP(SLJIT_JUMP)); in compile_assert_matchingpath()
6629 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
6637 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
6677 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
6738 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
7062 skip = JUMP(SLJIT_JUMP); in compile_bracket_matchingpath()
7247 add_jump(compiler, &(BACKTRACK_AS(bracket_backtrack)->u.condfailed), JUMP(SLJIT_C_ZERO)); in compile_bracket_matchingpath()
7446 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_matchingpath()
8001 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_iterator_matchingpath()
8099 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8107 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8130 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8645 jump = JUMP(SLJIT_JUMP); in compile_iterator_backtrackingpath()
8784 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_backtrackingpath()
8961 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
8963 once = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9012 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
9015 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9021 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9153 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
9287 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracketpos_backtrackingpath()
9291 jump = JUMP(SLJIT_JUMP); in compile_bracketpos_backtrackingpath()
9340 jump = JUMP(SLJIT_JUMP); in compile_control_verb_backtrackingpath()
9347 add_jump(compiler, &common->then_trap->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9352 add_jump(compiler, &common->positive_assert_quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9360 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9384 add_jump(compiler, &common->reset_match, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9404 jump = JUMP(SLJIT_JUMP); in compile_then_trap_backtrackingpath()
9409 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_then_trap_backtrackingpath()
9578 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_backtrackingpath()
9663 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_recurse()
9679 jump = JUMP(SLJIT_JUMP); in compile_recurse()
9688 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()
9693 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_recurse()
9701 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()