Searched refs:JUMPTO (Results 1 - 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 627 #define JUMPTO(type, label) \ macro 3127 JUMPTO(SLJIT_JUMP, list_item->quit); in flush_stubs() 3210 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector() 3220 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector() 3299 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match() 3309 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match() 3415 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector() 3485 JUMPTO(SLJIT_JUMP, quit); in return_with_partial_match() 3645 JUMPTO(SLJIT_JUMP, common->partialmatchlabel); in check_partial() 3677 JUMPTO(SLJIT_JUM in check_str_end() [all...] |
H A D | pcre2_jit_simd_inc.h | 360 JUMPTO(SLJIT_JUMP, restart); 1405 JUMPTO(SLJIT_OVERFLOW, start); 1440 JUMPTO(SLJIT_JUMP, restart); 1593 JUMPTO(SLJIT_OVERFLOW, start); 1815 JUMPTO(SLJIT_OVERFLOW, start); 1844 JUMPTO(SLJIT_JUMP, restart);
|
/third_party/python/Python/ |
H A D | ceval.c | 1373 #define JUMPTO(x) (next_instr = first_instr + (x)) macro 5817 JUMPTO(handler);
|
Completed in 29 milliseconds