Searched refs:JUMPTO (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 531 #define JUMPTO(type, label) \ macro 2067 JUMPTO(SLJIT_JUMP, list_item->quit); in flush_stubs() 2139 JUMPTO(SLJIT_C_NOT_ZERO, loop); in reset_ovector() 2165 JUMPTO(SLJIT_C_NOT_ZERO, loop); in do_reset_match() 2231 JUMPTO(SLJIT_C_NOT_ZERO, loop); in copy_ovector() 2290 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match() 2457 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial() 2489 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_str_end() 2518 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in detect_partial_match() 3820 JUMPTO(SLJIT_JUMP, start); in fast_forward_first_char() [all …]
|