Lines Matching refs:OP_KET

867 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);  in bracketend()
882 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
966 case OP_KET: in next_opcode()
1580 …if (end[-1 - LINK_SIZE] != OP_KET || (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LI… in detect_early_fail()
1598 case OP_KET: in detect_early_fail()
1654 if (*cc != OP_ALT && *cc != OP_KET) in detect_early_fail()
1710 if (end[-(1 + LINK_SIZE)] != OP_KET || PRIVATE_DATA(begin) != 0) in detect_repeat()
1756 if (*next_end != OP_KET) in detect_repeat()
1869 case OP_KET: in set_private_data_ptrs()
2025 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
2489 case OP_KET: in get_recurse_data_length()
2838 case OP_KET: in copy_recurse_data()
5695 case OP_KET: in scan_prefix()
10153 case OP_KET: in assert_needs_str_ptr_saving()
10645 if (ket != OP_KET || has_alternatives) in match_once_common()
10653 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : S… in match_once_common()
10666 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
10832 if (ket == OP_KET && PRIVATE_DATA(matchingpath) != 0) in compile_bracket_matchingpath()
10846 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
11014 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
11027 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
11237 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
11260 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
11262 if (ket != OP_KET) in compile_bracket_matchingpath()
11374 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO || (has_alternatives && repeat_typ… in compile_bracket_matchingpath()
13081 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
13111 if (ket != OP_KET && repeat_type != 0) in compile_bracket_backtrackingpath()
13345 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13368 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
13370 if (ket != OP_KET) in compile_bracket_backtrackingpath()
13483 …stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : … in compile_bracket_backtrackingpath()
14275 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()