Searched refs:capture_last_ptr (Results 1 – 1 of 1) sorted by relevance
410 sljit_s32 capture_last_ptr; member1158 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()[all …]