Lines Matching refs:ovector_start
364 sljit_s32 ovector_start; member
529 #define OVECTOR_START (common->ovector_start)
874 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
875 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
884 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
885 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
906 common->mark_ptr = common->ovector_start; in check_opcode_types()
907 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
10934 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in jit_compile()
10946 common->capture_last_ptr = common->ovector_start; in jit_compile()
10947 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10958 common->req_char_ptr = common->ovector_start; in jit_compile()
10959 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10963 common->start_used_ptr = common->ovector_start; in jit_compile()
10964 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10967 common->hit_start = common->ovector_start; in jit_compile()
10968 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10973 common->match_end_ptr = common->ovector_start; in jit_compile()
10974 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10981 common->control_head_ptr = common->ovector_start; in jit_compile()
10982 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10987 common->start_ptr = common->ovector_start; in jit_compile()
10988 common->ovector_start += sizeof(sljit_sw); in jit_compile()
10992 if ((common->ovector_start & sizeof(sljit_sw)) != 0) in jit_compile()
10993 common->ovector_start += sizeof(sljit_sw); in jit_compile()