Lines Matching refs:capture_last_ptr

352   int capture_last_ptr;  member
845 if (common->capture_last_ptr == 0) in check_opcode_types()
847 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1264 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize()
1313 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1326 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
1498 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
1500 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
1501 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
1514 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
1516 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
1517 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
6419 SLJIT_ASSERT(common->capture_last_ptr != 0); in compile_callout_matchingpath()
6420 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in compile_callout_matchingpath()
6906 if (common->capture_last_ptr != 0) in match_capture_common()
6908 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in match_capture_common()
6909 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in match_capture_common()
7391 if (common->capture_last_ptr != 0) in compile_bracket_matchingpath()
7580 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
7603 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
7604 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in compile_bracketpos_matchingpath()
7608 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
7694 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
7695 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in compile_bracketpos_matchingpath()
7723 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
7724 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in compile_bracketpos_matchingpath()
8993 if (common->capture_last_ptr != 0) in compile_bracket_backtrackingpath()
8998 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, TMP1, 0); in compile_bracket_backtrackingpath()
9133 if (common->capture_last_ptr != 0) in compile_bracket_backtrackingpath()
9334 if (common->capture_last_ptr != 0) in compile_bracketpos_backtrackingpath()
9337 if (common->capture_last_ptr != 0) in compile_bracketpos_backtrackingpath()
9338 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, TMP1, 0); in compile_bracketpos_backtrackingpath()
9921 common->capture_last_ptr = common->ovector_start; in PRIV()
9981 if (common->capture_last_ptr != 0) in PRIV()
10081 if (common->capture_last_ptr != 0) in PRIV()
10082 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, -1); in PRIV()