Lines Matching refs:OP_CBRA
681 case OP_CBRA: in next_opcode()
1033 if (*cc != OP_BRA && *cc != OP_CBRA) in detect_fast_forward_skip()
1039 if (*cc == OP_CBRA) in detect_fast_forward_skip()
1062 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA); in detect_fast_fail()
1064 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_fast_fail()
1075 cc += 1 + LINK_SIZE + ((*cc == OP_CBRA) ? IMM2_SIZE : 0); in detect_fast_fail()
1099 if (depth > 0 && (*cc == OP_BRA || *cc == OP_CBRA)) in detect_fast_fail()
1307 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()
1368 case OP_CBRA: in set_private_data_ptrs()
1551 case OP_CBRA: in get_framesize()
1743 case OP_CBRA: in init_frame()
1815 case OP_CBRA: in get_private_data_copy_length()
1996 case OP_CBRA: in copy_private_data()
3588 case OP_CBRA: in scan_prefix()
3599 if (*cc == OP_CBRA || *cc == OP_CBRAPOS) in scan_prefix()
7894 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8078 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
9545 case OP_CBRA: in compile_matchingpath()
9946 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
10626 case OP_CBRA: in compile_backtrackingpath()
10720 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()