Lines Matching refs:then_trap_backtrack

303 typedef struct then_trap_backtrack {  struct
307 struct then_trap_backtrack *then_trap; argument
314 } then_trap_backtrack; argument
332 then_trap_backtrack *then_trap;
6475 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
8251 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_then_trap_matchingpath()
8252 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
8253 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_then_trap_matchingpath()
8254 BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start); in compile_then_trap_matchingpath()
8255 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
8257 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8266 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)… in compile_then_trap_matchingpath()
8270 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
8280 then_trap_backtrack *save_then_trap = NULL; in compile_matchingpath()
8575 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_matchingpath()
8576 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_matchingpath()
8577 BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap; in compile_matchingpath()
9452 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
9454 common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap; in compile_then_trap_backtrackingpath()
9458 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
9465 set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL()); in compile_then_trap_backtrackingpath()
9467 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
9479 then_trap_backtrack *save_then_trap = common->then_trap; in compile_backtrackingpath()