Lines Matching refs:OP_SCBRA
987 case OP_SCBRA: in next_opcode()
1932 case OP_SCBRA: in set_private_data_ptrs()
2117 case OP_SCBRA: in get_framesize()
2313 case OP_SCBRA: in init_frame()
2520 case OP_SCBRA: in get_recurse_data_length()
2869 case OP_SCBRA: in copy_recurse_data()
10861 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
11042 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
12701 case OP_SCBRA: in compile_matchingpath()
13097 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
13850 case OP_SCBRA: in compile_backtrackingpath()
13948 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()