Lines Matching refs:OP_SCBRA
655 case OP_SCBRA: in next_opcode()
1139 case OP_SCBRA: in set_private_data_ptrs()
1323 case OP_SCBRA: in get_framesize()
1512 case OP_SCBRA: in init_frame()
1583 case OP_SCBRA: in get_private_data_copy_length()
1764 case OP_SCBRA: in copy_private_data()
7051 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
7235 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8495 case OP_SCBRA: in compile_matchingpath()
8909 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
9590 case OP_SCBRA: in compile_backtrackingpath()
9680 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()