Lines Matching refs:OP_SCBRA
686 case OP_SCBRA: in next_opcode()
1369 case OP_SCBRA: in set_private_data_ptrs()
1553 case OP_SCBRA: in get_framesize()
1745 case OP_SCBRA: in init_frame()
1816 case OP_SCBRA: in get_private_data_copy_length()
1997 case OP_SCBRA: in copy_private_data()
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()
9548 case OP_SCBRA: in compile_matchingpath()
9946 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
10629 case OP_SCBRA: in compile_backtrackingpath()
10720 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()