Searched refs:start_ptr (Results 1 – 1 of 1) sorted by relevance
352 sljit_s32 start_ptr; member2438 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->start_ptr); in do_reset_match()2522 SLJIT_ASSERT(common->start_used_ptr != 0 && common->start_ptr != 0 in return_with_partial_match()2535 …LJIT_MEM1(SLJIT_SP), common->mode == JIT_PARTIAL_HARD_COMPILE ? common->start_ptr : (common->hit_s… in return_with_partial_match()10973 common->start_ptr = common->ovector_start; in PRIV()10981 if (common->start_ptr == 0) in PRIV()10982 common->start_ptr = OVECTOR(0); in PRIV()11101 if (common->start_ptr != OVECTOR(0)) in PRIV()11102 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_ptr, STR_PTR, 0); in PRIV()11186 …ast_forward_bc_ptr != NULL) ? (PRIVATE_DATA(common->fast_forward_bc_ptr + 1)) : common->start_ptr); in PRIV()
Completed in 38 milliseconds