Lines Matching refs:ovector_start

391   sljit_s32 ovector_start;  member
592 #define OVECTOR_START (common->ovector_start)
1095 common->iref_ptr = common->ovector_start; in check_opcode_types()
1096 common->ovector_start += 3 * sizeof(sljit_sw); in check_opcode_types()
1150 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
1151 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1160 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1161 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1186 common->mark_ptr = common->ovector_start; in check_opcode_types()
1187 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
13812 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in jit_compile()
13824 common->capture_last_ptr = common->ovector_start; in jit_compile()
13825 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13836 common->req_char_ptr = common->ovector_start; in jit_compile()
13837 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13841 common->start_used_ptr = common->ovector_start; in jit_compile()
13842 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13845 common->hit_start = common->ovector_start; in jit_compile()
13846 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13851 common->match_end_ptr = common->ovector_start; in jit_compile()
13852 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13859 common->control_head_ptr = common->ovector_start; in jit_compile()
13860 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13865 common->start_ptr = common->ovector_start; in jit_compile()
13866 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13870 if ((common->ovector_start & sizeof(sljit_sw)) != 0) in jit_compile()
13871 common->ovector_start += sizeof(sljit_sw); in jit_compile()