Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c407 sljit_s32 capture_last_ptr; member
923 if (common->capture_last_ptr == 0) in check_opcode_types()
925 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1535 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize()
1585 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1598 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1774 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
1776 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
1777 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
1790 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]