Lines Matching refs:OP_STAR
753 case OP_STAR: in next_opcode()
996 case OP_STAR: in is_accelerated_repeat()
1299 case OP_STAR: \
9754 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
9763 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
9769 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
9775 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
9780 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
9793 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
9799 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
9824 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
9861 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
9978 case OP_STAR: in compile_iterator_matchingpath()
9980 SLJIT_ASSERT(fast_str_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
10094 if (opcode == OP_STAR) in compile_iterator_matchingpath()
10493 case OP_STAR: in compile_matchingpath()
10765 case OP_STAR: in compile_iterator_backtrackingpath()
11628 case OP_STAR: in compile_backtrackingpath()