Lines Matching refs:OP_ASSERT
582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
673 case OP_ASSERT: in next_opcode()
1331 case OP_ASSERT: in set_private_data_ptrs()
1800 case OP_ASSERT: in get_private_data_copy_length()
1980 case OP_ASSERT: in copy_private_data()
2232 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3533 case OP_ASSERT: in scan_prefix()
7319 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
7320 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()
7538 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()
8209 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
9516 case OP_ASSERT: in compile_matchingpath()
9876 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()
9945 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
10101 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
10105 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
10616 case OP_ASSERT: in compile_backtrackingpath()