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.c410 sljit_s32 capture_last_ptr; member
1153 if (common->capture_last_ptr == 0) in check_opcode_types()
1155 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1955 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize()
2005 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2018 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2194 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
2196 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
2197 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
2210 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
[all …]