Lines Matching refs:early_fail_ptr

11441 sljit_s32 early_fail_ptr = PRIVATE_DATA(cc + 1);  in compile_iterator_matchingpath()  local
11462 early_fail_type = (early_fail_ptr & 0x7); in compile_iterator_matchingpath()
11463 early_fail_ptr >>= 3; in compile_iterator_matchingpath()
11468 early_fail_ptr = 0; in compile_iterator_matchingpath()
11472 SLJIT_ASSERT(common->fast_forward_bc_ptr != NULL || early_fail_ptr == 0 in compile_iterator_matchingpath()
11473 …|| (early_fail_ptr >= common->early_fail_start_ptr && early_fail_ptr <= common->early_fail_end_ptr… in compile_iterator_matchingpath()
11476 …backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr)); in compile_iterator_matchingpath()
11494 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11525 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr); in compile_iterator_matchingpath()
11526 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), early_fail_ptr + (int)sizeof(sljit_sw)); in compile_iterator_matchingpath()
11531 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11532 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr + (int)sizeof(sljit_sw), STR_PTR, 0); in compile_iterator_matchingpath()
11539 SLJIT_ASSERT(early_fail_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
11544 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11589 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11590 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_END, 0); in compile_iterator_matchingpath()
11620 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11621 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11680 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11681 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11704 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11705 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11784 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11785 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11796 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11797 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11801 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11811 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11832 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11833 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_END, 0); in compile_iterator_matchingpath()
11849 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11852 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, TMP3, 0); in compile_iterator_matchingpath()
11854 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11869 if (early_fail_ptr != 0) in compile_iterator_matchingpath()
11870 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), early_fail_ptr, STR_PTR, 0); in compile_iterator_matchingpath()
11874 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()
11929 SLJIT_ASSERT(early_fail_ptr == 0); in compile_iterator_matchingpath()