Searched refs:recursive_head_ptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 370 sljit_s32 recursive_head_ptr; member 872 if (common->recursive_head_ptr == 0) in check_opcode_types() 874 common->recursive_head_ptr = common->ovector_start; in check_opcode_types() 1948 SLJIT_ASSERT(save && common->recursive_head_ptr != 0); in copy_private_data() 1950 srcw[0] = common->recursive_head_ptr; in copy_private_data() 10726 SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0); in compile_recurse() 10737 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, STACK_TOP, 0); in compile_recurse() 10784 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse() 10797 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse() 10815 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, TMP1, 0); in compile_recurse() [all …]
|