Searched refs:capture_last_ptr (Results 1 – 1 of 1) sorted by relevance
356 int capture_last_ptr; member859 if (common->capture_last_ptr == 0) in check_opcode_types()861 common->capture_last_ptr = common->ovector_start; in check_opcode_types()1262 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize()1311 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()1324 if (common->capture_last_ptr != 0 && !capture_last_found) in get_framesize()1489 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()1491 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr); in init_frame()1492 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->capture_last_ptr); in init_frame()1505 if (common->capture_last_ptr != 0 && !capture_last_found) in init_frame()[all …]