Home
last modified time | relevance | path

Searched refs:has_skip_arg (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c455 BOOL has_skip_arg; member
1252 common->has_skip_arg = TRUE; in check_opcode_types()
12666 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
12669 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0), TMP2, 0); in compile_matchingpath()
12673 if (common->has_skip_arg) in compile_matchingpath()
13813 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0)); in compile_backtrackingpath()
13814 if (common->has_skip_arg) in compile_backtrackingpath()
13816 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath()
13818 if (common->has_skip_arg) in compile_backtrackingpath()

Completed in 37 milliseconds