Lines Matching refs:OP_NCLASS
701 case OP_NCLASS: in next_opcode()
1026 case OP_NCLASS: in is_accelerated_repeat()
1459 case OP_NCLASS: in set_private_data_ptrs()
1679 case OP_NCLASS: in get_framesize()
2035 case OP_NCLASS: in get_recurse_data_length()
2407 case OP_NCLASS: in copy_recurse_data()
4006 case OP_NCLASS: in scan_prefix()
7651 case OP_NCLASS: in compile_char1_matchingpath()
7656 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
7657 read_char_range(common, 0, bit, type == OP_NCLASS); in compile_char1_matchingpath()
7659 read_char_range(common, 0, 255, type == OP_NCLASS); in compile_char1_matchingpath()
7662 if (optimize_class(common, (const sljit_u8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
9785 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
10562 case OP_NCLASS: in compile_matchingpath()
11694 case OP_NCLASS: in compile_backtrackingpath()