Lines Matching refs:then_trap_backtrack

317 typedef struct then_trap_backtrack {  struct
321 struct then_trap_backtrack *then_trap; argument
328 } then_trap_backtrack; typedef
346 then_trap_backtrack *then_trap;
7271 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
9273 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_then_trap_matchingpath()
9274 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
9275 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_then_trap_matchingpath()
9276 BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start); in compile_then_trap_matchingpath()
9277 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
9279 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
9288 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(size - 1), SLJIT_IMM, BACKTRACK_AS(then_trap_backtrack)… in compile_then_trap_matchingpath()
9292 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
9302 then_trap_backtrack *save_then_trap = NULL; in compile_matchingpath()
9600 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_matchingpath()
9601 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_matchingpath()
9602 BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap; in compile_matchingpath()
10463 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
10465 common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap; in compile_then_trap_backtrackingpath()
10469 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
10476 set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL()); in compile_then_trap_backtrackingpath()
10478 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
10490 then_trap_backtrack *save_then_trap = common->then_trap; in compile_backtrackingpath()