Home
last modified time | relevance | path

Searched refs:has_pre (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c3357 BOOL has_pre; in copy_ovector() local
3389 has_pre = sljit_emit_mem_update(compiler, SLJIT_MOV | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, SLJIT_S1, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw)) == SLJIT_SUCCESS; in copy_ovector()
3391 GET_LOCAL_BASE(SLJIT_S0, 0, OVECTOR_START - (has_pre ? sizeof(sljit_sw) : 0)); in copy_ovector()
3396 if (has_pre) in copy_ovector()

Completed in 23 milliseconds