Lines Matching refs:capture_last_ptr

410   sljit_s32 capture_last_ptr;  member
1158 if (common->capture_last_ptr == 0) in check_opcode_types()
1160 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1959 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize()
2009 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2022 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()
2198 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
2200 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
2201 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
2214 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()
2216 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()
2217 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()
2383 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in get_recurse_data_length()
2428 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in get_recurse_data_length()
2445 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in get_recurse_data_length()
2729 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in copy_recurse_data()
2731 shared_srcw[0] = common->capture_last_ptr; in copy_recurse_data()
2778 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in copy_recurse_data()
2780 shared_srcw[shared_count] = common->capture_last_ptr; in copy_recurse_data()
2805 if (common->capture_last_ptr != 0 && recurse_check_bit(common, common->capture_last_ptr)) in copy_recurse_data()
2807 shared_srcw[shared_count] = common->capture_last_ptr; in copy_recurse_data()
9767 SLJIT_ASSERT(common->capture_last_ptr != 0); in compile_callout_matchingpath()
9768 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in compile_callout_matchingpath()
10335 if (common->capture_last_ptr != 0) in match_capture_common()
10337 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in match_capture_common()
10338 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in match_capture_common()
10858 if (common->capture_last_ptr != 0) in compile_bracket_matchingpath()
11064 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
11087 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
11088 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in compile_bracketpos_matchingpath()
11092 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
11178 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
11179 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in compile_bracketpos_matchingpath()
11207 if (common->capture_last_ptr != 0) in compile_bracketpos_matchingpath()
11208 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, offset >> 1); in compile_bracketpos_matchingpath()
12789 if (common->capture_last_ptr != 0) in compile_bracket_backtrackingpath()
12794 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, TMP1, 0); in compile_bracket_backtrackingpath()
12933 if (common->capture_last_ptr != 0) in compile_bracket_backtrackingpath()
13140 if (common->capture_last_ptr != 0) in compile_bracketpos_backtrackingpath()
13143 if (common->capture_last_ptr != 0) in compile_bracketpos_backtrackingpath()
13144 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, TMP1, 0); in compile_bracketpos_backtrackingpath()
13824 common->capture_last_ptr = common->ovector_start; in jit_compile()
13877 if (common->capture_last_ptr != 0) in jit_compile()
13988 if (common->capture_last_ptr != 0) in jit_compile()
13989 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr, SLJIT_IMM, 0); in jit_compile()