Lines Matching refs:JUMP
525 #define JUMP(type) \ macro
2082 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2108 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match()
2510 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial()
2534 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
2542 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end()
2564 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
2571 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match()
2595 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2736 …add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAS… in read_char_range()
2834 add_jump(compiler, &common->utfreadtype8, JUMP(SLJIT_FAST_CALL)); in read_char8_type()
2905 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in check_newlinechar()
2906 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar()
2948 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2962 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()
2996 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()
3027 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()
3138 start = JUMP(SLJIT_JUMP); in mainloop_entry()
3152 nl = JUMP(SLJIT_JUMP); in mainloop_entry()
3861 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_first_char()
3942 quit = JUMP(SLJIT_JUMP); in fast_forward_newline()
4002 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_start_bits()
4118 jump = JUMP(SLJIT_SIG_LESS_EQUAL); in do_revertframes()
4127 jump = JUMP(SLJIT_SIG_LESS); in do_revertframes()
4166 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4210 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in check_wordboundary()
4296 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in check_class_ranges()
4913 add_jump(compiler, &found, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
4916 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_xclass_matchingpath()
4946 add_jump(compiler, list, JUMP(SLJIT_NOT_ZERO)); in compile_xclass_matchingpath()
4964 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_xclass_matchingpath()
5026 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5052 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5077 jump = JUMP(SLJIT_JUMP); in compile_xclass_matchingpath()
5087 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5119 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5134 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5187 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5204 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5265 jump = JUMP(SLJIT_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5316 add_jump(compiler, &common->wordboundary, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5317 add_jump(compiler, backtracks, JUMP(type == OP_NOT_WORD_BOUNDARY ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5332 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5345 add_jump(compiler, backtracks, JUMP(type == OP_WHITESPACE ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5358 add_jump(compiler, backtracks, JUMP(type == OP_WORDCHAR ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
5442 jump[2] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5454 add_jump(compiler, &common->hspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5455 add_jump(compiler, backtracks, JUMP(type == OP_NOT_HSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5462 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5463 add_jump(compiler, backtracks, JUMP(type == OP_NOT_VSPACE ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in compile_char1_matchingpath()
5470 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5480 add_jump(compiler, &common->getucd, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5521 add_jump(compiler, backtracks, JUMP(SLJIT_NOT_EQUAL)); in compile_char1_matchingpath()
5523 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5543 jump[2] = JUMP(SLJIT_GREATER); in compile_char1_matchingpath()
5544 add_jump(compiler, backtracks, JUMP(SLJIT_LESS)); in compile_char1_matchingpath()
5548 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5562 add_jump(compiler, &common->anynewline, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
5563 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath()
5592 jump[0] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5634 jump[0] = JUMP(SLJIT_JUMP); in compile_char1_matchingpath()
5649 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_char1_matchingpath()
5814 add_jump(compiler, backtracks, JUMP(SLJIT_ZERO)); in compile_char1_matchingpath()
6032 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
6046 jump = JUMP(SLJIT_ZERO); in compile_ref_matchingpath()
6053 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6058 nopartial = JUMP(SLJIT_JUMP); in compile_ref_matchingpath()
6065 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6069 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in compile_ref_matchingpath()
6245 jump = JUMP(SLJIT_JUMP); in compile_ref_iterator_matchingpath()
6351 add_jump(compiler, &entry->calls, JUMP(SLJIT_FAST_CALL)); in compile_recurse_matchingpath()
6447 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()
6449 add_jump(compiler, &common->forced_quit, JUMP(SLJIT_SIG_LESS)); in compile_callout_matchingpath()
6616 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
6644 add_jump(compiler, found, JUMP(SLJIT_JUMP)); in compile_assert_matchingpath()
6681 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
6689 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
6729 jump = JUMP(SLJIT_JUMP); in compile_assert_matchingpath()
6790 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_matchingpath()
7114 skip = JUMP(SLJIT_JUMP); in compile_bracket_matchingpath()
7299 add_jump(compiler, &(BACKTRACK_AS(bracket_backtrack)->u.condfailed), JUMP(SLJIT_ZERO)); in compile_bracket_matchingpath()
7500 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_matchingpath()
8060 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_iterator_matchingpath()
8158 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8166 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8189 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8703 jump = JUMP(SLJIT_JUMP); in compile_iterator_backtrackingpath()
8842 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_assert_backtrackingpath()
9019 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
9021 once = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9071 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
9074 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9080 cond = JUMP(SLJIT_JUMP); in compile_bracket_backtrackingpath()
9212 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracket_backtrackingpath()
9346 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_bracketpos_backtrackingpath()
9350 jump = JUMP(SLJIT_JUMP); in compile_bracketpos_backtrackingpath()
9399 jump = JUMP(SLJIT_JUMP); in compile_control_verb_backtrackingpath()
9406 add_jump(compiler, &common->then_trap->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9411 add_jump(compiler, &common->positive_assert_quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9419 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9443 add_jump(compiler, &common->reset_match, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9463 jump = JUMP(SLJIT_JUMP); in compile_then_trap_backtrackingpath()
9468 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_then_trap_backtrackingpath()
9637 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_backtrackingpath()
9723 add_jump(compiler, &common->accept, JUMP(SLJIT_JUMP)); in compile_recurse()
9739 jump = JUMP(SLJIT_JUMP); in compile_recurse()
9748 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()
9753 add_jump(compiler, &common->quit, JUMP(SLJIT_JUMP)); in compile_recurse()
9761 add_jump(compiler, &common->revertframes, JUMP(SLJIT_FAST_CALL)); in compile_recurse()