Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c356 sljit_s32 recursive_head_ptr; member
852 if (common->recursive_head_ptr == 0) in check_opcode_types()
854 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
1918 SLJIT_ASSERT(common->recursive_head_ptr != 0); in copy_private_data()
1929 srcw[0] = common->recursive_head_ptr; in copy_private_data()
1935 srcw[1] = common->recursive_head_ptr; in copy_private_data()
10708 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, STACK_TOP, 0); in compile_recurse()
10755 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse()
10768 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse()
10786 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, TMP1, 0); in compile_recurse()
[all …]

Completed in 34 milliseconds