Lines Matching refs:OP_NCLASS
660 case OP_NCLASS: in next_opcode()
984 case OP_NCLASS: in is_accelerated_repeat()
1418 case OP_NCLASS: in set_private_data_ptrs()
1637 case OP_NCLASS: in get_framesize()
1882 case OP_NCLASS: in get_private_data_copy_length()
2095 case OP_NCLASS: in copy_private_data()
3612 case OP_NCLASS: in scan_prefix()
6574 case OP_NCLASS: in compile_char1_matchingpath()
6579 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
6580 read_char_range(common, 0, bit, type == OP_NCLASS); in compile_char1_matchingpath()
6582 read_char_range(common, 0, 255, type == OP_NCLASS); in compile_char1_matchingpath()
6585 if (check_class_ranges(common, (const sljit_u8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
8695 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
9468 case OP_NCLASS: in compile_matchingpath()
10598 case OP_NCLASS: in compile_backtrackingpath()