Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c168 pcre_uchar *mark_ptr; member
352 int mark_ptr; member
877 if (common->mark_ptr == 0) in check_opcode_types()
879 common->mark_ptr = common->ovector_start; in check_opcode_types()
1287 SLJIT_ASSERT(common->mark_ptr != 0); in get_framesize()
1306 if (common->mark_ptr != 0 && !setmark_found) in get_framesize()
1457 SLJIT_ASSERT(common->mark_ptr != 0); in init_frame()
1460 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame()
1461 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame()
1480 if (common->mark_ptr != 0 && !setmark_found) in init_frame()
[all …]