Lines Matching refs:SLJIT_ASSERT

546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));  in bracketend()
548 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
556 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
563 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
1202 SLJIT_ASSERT(cc != NULL); in set_private_data_ptrs()
1253 SLJIT_ASSERT(common->control_head_ptr != 0); in get_framesize()
1271 SLJIT_ASSERT(cc != NULL); in get_framesize()
1276 SLJIT_ASSERT(common->has_set_som); in get_framesize()
1289 SLJIT_ASSERT(common->mark_ptr != 0); in get_framesize()
1411 SLJIT_ASSERT(cc != NULL); in get_framesize()
1435 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
1445 SLJIT_ASSERT(cc != NULL); in init_frame()
1450 SLJIT_ASSERT(common->has_set_som); in init_frame()
1466 SLJIT_ASSERT(common->mark_ptr != 0); in init_frame()
1538 SLJIT_ASSERT(cc != NULL); in init_frame()
1543 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()
1561 SLJIT_ASSERT(PRIVATE_DATA(cc + 1) != 0); in get_private_data_copy_length()
1578 SLJIT_ASSERT(PRIVATE_DATA(cc) != 0); in get_private_data_copy_length()
1663 SLJIT_ASSERT(cc != NULL); in get_private_data_copy_length()
1667 SLJIT_ASSERT(cc == ccend); in get_private_data_copy_length()
1715 SLJIT_ASSERT(save && common->recursive_head_ptr != 0); in copy_private_data()
1720 SLJIT_ASSERT(common->control_head_ptr != 0); in copy_private_data()
1741 SLJIT_ASSERT(PRIVATE_DATA(cc + 1) != 0); in copy_private_data()
1759 SLJIT_ASSERT(srcw[0] != 0); in copy_private_data()
1778 SLJIT_ASSERT(srcw[0] != 0 && srcw[1] != 0); in copy_private_data()
1789 SLJIT_ASSERT(srcw[0] != 0); in copy_private_data()
1892 SLJIT_ASSERT(cc != NULL); in copy_private_data()
1934 SLJIT_ASSERT(!tmp1empty); in copy_private_data()
1946 SLJIT_ASSERT(!tmp2empty); in copy_private_data()
1990 SLJIT_ASSERT(cc == ccend && stackptr == stacktop && (save || (tmp1empty && tmp2empty))); in copy_private_data()
2174 SLJIT_ASSERT(length > 1); in reset_ovector()
2199 SLJIT_ASSERT(length > 1); in do_reset_match()
2246 SLJIT_ASSERT(current > (sljit_sw*)current[-1]); in do_search_mark()
2308 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()
2444 SLJIT_ASSERT(c != oc); in char_get_othercase_bit()
2493 SLJIT_ASSERT(!force || common->mode != JIT_COMPILE); in check_partial()
2646 SLJIT_ASSERT(common->utf); in read_char7_type()
2680 SLJIT_ASSERT(min <= max); in read_char_range()
2924 SLJIT_ASSERT(nltype == NLTYPE_FIXED && common->newline < 256); in check_newlinechar()
3068 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8); in do_getucd()
3106 SLJIT_ASSERT(common->first_line_end != 0); in mainloop_entry()
3647 SLJIT_ASSERT(byte_set[0] > 0 && byte_set[0] < 255); in fast_forward_first_n_chars()
3708 SLJIT_ASSERT(offsets[1] == -1 || (offsets[0] < offsets[1])); in fast_forward_first_n_chars()
3709 SLJIT_ASSERT(offsets[2] == -1 || (offsets[0] < offsets[2] && offsets[1] > offsets[2])); in fast_forward_first_n_chars()
3728 SLJIT_ASSERT(common->first_line_end != 0); in fast_forward_first_n_chars()
3747 SLJIT_ASSERT(range_right >= 0 || offsets[0] >= 0); in fast_forward_first_n_chars()
3827 SLJIT_ASSERT(common->first_line_end != 0); in fast_forward_first_char()
3887 SLJIT_ASSERT(common->first_line_end != 0); in fast_forward_newline()
3977 SLJIT_ASSERT(common->first_line_end != 0); in fast_forward_start_bits()
4052 SLJIT_ASSERT(common->req_char_ptr != 0); in search_requested_char()
4348SLJIT_ASSERT((ranges[0] & (ranges[2] - ranges[0])) == 0 && (ranges[2] & ranges[3] & (ranges[2] - r… in check_class_ranges()
4618 SLJIT_ASSERT(othercasebit); in byte_sequence_compare()
4838 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
5142SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath()
5143 SLJIT_ASSERT(other_cases[0] < other_cases[1] && other_cases[1] < other_cases[2]); in compile_xclass_matchingpath()
5966 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
6010 SLJIT_ASSERT(TMP1 == SLJIT_R0 && STACK_TOP == SLJIT_R1 && TMP2 == SLJIT_R2); in compile_ref_matchingpath()
6419 SLJIT_ASSERT(common->capture_last_ptr != 0); in compile_callout_matchingpath()
6489 SLJIT_ASSERT(!conditional); in compile_assert_matchingpath()
6494 SLJIT_ASSERT(private_data_ptr != 0); in compile_assert_matchingpath()
6499 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
6673 SLJIT_ASSERT(common->positive_assert_quit == NULL); in compile_assert_matchingpath()
6683 SLJIT_ASSERT(framesize != no_stack); in compile_assert_matchingpath()
6836 SLJIT_ASSERT(found == &backtrack->common.topbacktracks); in compile_assert_matchingpath()
7023 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
7038 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
7039 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7072 SLJIT_ASSERT(private_data_ptr != 0); in compile_bracket_matchingpath()
7240 SLJIT_ASSERT(private_data_ptr == OVECTOR(offset)); in compile_bracket_matchingpath()
7276 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
7283 SLJIT_ASSERT(has_alternatives); in compile_bracket_matchingpath()
7306 SLJIT_ASSERT(!has_alternatives); in compile_bracket_matchingpath()
7361SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
7433 SLJIT_ASSERT(private_data_ptr == OVECTOR(offset + 0)); in compile_bracket_matchingpath()
7548 SLJIT_ASSERT(private_data_ptr != 0); in compile_bracketpos_matchingpath()
7562 SLJIT_ASSERT(common->optimized_cbracket[offset] == 0); in compile_bracketpos_matchingpath()
7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
7860 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
7866 SLJIT_ASSERT(*max != 0); in get_iterator_parameters()
7971 SLJIT_ASSERT(private_data_ptr == 0); in compile_iterator_matchingpath()
8122 SLJIT_ASSERT(max - min > 0); in compile_iterator_matchingpath()
8282 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
8286 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
8520 SLJIT_ASSERT(common->mark_ptr != 0); in compile_matchingpath()
8580 SLJIT_ASSERT(cc == ccend); in compile_matchingpath()
8623 SLJIT_ASSERT(private_data_ptr == 0); in compile_iterator_backtrackingpath()
8800 SLJIT_ASSERT(*cc != OP_BRAMINZERO); in compile_assert_backtrackingpath()
8809 SLJIT_ASSERT(current->topbacktracks == NULL); in compile_assert_backtrackingpath()
8898 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath()
8995 SLJIT_ASSERT(common->optimized_cbracket[offset >> 1] == 0); in compile_bracket_backtrackingpath()
9066 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
9079 SLJIT_ASSERT(has_alternatives); in compile_bracket_backtrackingpath()
9084 SLJIT_ASSERT(!has_alternatives); in compile_bracket_backtrackingpath()
9170 SLJIT_ASSERT(private_data_ptr == OVECTOR(offset + 0)); in compile_bracket_backtrackingpath()
9201 SLJIT_ASSERT(!current->nextbacktracks); in compile_bracket_backtrackingpath()
9207 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND); in compile_bracket_backtrackingpath()
9380 SLJIT_ASSERT(!current->nextbacktracks && !current->topbacktracks); in compile_braminzero_backtrackingpath()
9394 SLJIT_ASSERT(common->control_head_ptr != 0); in compile_control_verb_backtrackingpath()
9427 SLJIT_ASSERT(common->control_head_ptr != 0); in compile_control_verb_backtrackingpath()
9680 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()
9686 SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0); in compile_recurse()
9818 SLJIT_ASSERT((extra->flags & PCRE_EXTRA_STUDY_DATA) != 0); in PRIV()
9919 SLJIT_ASSERT(*common->start == OP_BRA && ccend[-(1 + LINK_SIZE)] == OP_KET); in PRIV()
9947 SLJIT_ASSERT(mode == JIT_PARTIAL_HARD_COMPILE); in PRIV()
9984 SLJIT_ASSERT(!(common->req_char_ptr != 0 && common->start_used_ptr != 0)); in PRIV()
10086 SLJIT_ASSERT(common->start_ptr != OVECTOR(0)); in PRIV()
10090 SLJIT_ASSERT(common->start_ptr == OVECTOR(0)); in PRIV()
10153 SLJIT_ASSERT(rootbacktrack.prev == NULL); in PRIV()
10169 SLJIT_ASSERT(common->first_line_end != 0); in PRIV()