Lines Matching refs:OP_KET

836 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);  in bracketend()
851 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
920 case OP_KET: in next_opcode()
1481 if (*end == OP_KET && PRIVATE_DATA(end) == 0) in detect_early_fail()
1499 if (*end != OP_KET || PRIVATE_DATA(end) != 0) in detect_early_fail()
1513 case OP_KET: in detect_early_fail()
1570 if (*cc != OP_ALT && *cc != OP_KET) in detect_early_fail()
1626 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()
1671 if (*next_end != OP_KET) in detect_repeat()
1783 case OP_KET: in set_private_data_ptrs()
1926 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
2362 case OP_KET: in get_recurse_data_length()
2687 case OP_KET: in copy_recurse_data()
5463 case OP_KET: in scan_prefix()
9539 case OP_KET: in assert_needs_str_ptr_saving()
9987 if (ket != OP_KET || has_alternatives) in match_once_common()
9995 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? STACK(-2) : S… in match_once_common()
10008 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common()
10173 if (ket == OP_KET && PRIVATE_DATA(matchingpath) != 0) in compile_bracket_matchingpath()
10187 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
10355 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10368 if (ket != OP_KET || has_alternatives) in compile_bracket_matchingpath()
10546 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10569 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
10571 if (ket != OP_KET) in compile_bracket_matchingpath()
10683 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12383 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
12413 if (ket != OP_KET && repeat_type != 0) in compile_bracket_backtrackingpath()
12621 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12644 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_backtrackingpath()
12646 if (ket != OP_KET) in compile_bracket_backtrackingpath()
12750 …stacksize += CURRENT_AS(bracket_backtrack)->u.framesize + ((ket != OP_KET || *cc == OP_ALT) ? 2 : … in compile_bracket_backtrackingpath()
13516 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in jit_compile()