Lines Matching refs:ovector_start
391 sljit_s32 ovector_start; member
589 #define OVECTOR_START (common->ovector_start)
1090 common->iref_ptr = common->ovector_start; in check_opcode_types()
1091 common->ovector_start += 3 * sizeof(sljit_sw); in check_opcode_types()
1145 common->recursive_head_ptr = common->ovector_start; in check_opcode_types()
1146 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1155 common->capture_last_ptr = common->ovector_start; in check_opcode_types()
1156 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
1181 common->mark_ptr = common->ovector_start; in check_opcode_types()
1182 common->ovector_start += sizeof(sljit_sw); in check_opcode_types()
13583 common->ovector_start = LIMIT_MATCH + sizeof(sljit_sw); in jit_compile()
13595 common->capture_last_ptr = common->ovector_start; in jit_compile()
13596 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13607 common->req_char_ptr = common->ovector_start; in jit_compile()
13608 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13612 common->start_used_ptr = common->ovector_start; in jit_compile()
13613 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13616 common->hit_start = common->ovector_start; in jit_compile()
13617 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13622 common->match_end_ptr = common->ovector_start; in jit_compile()
13623 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13630 common->control_head_ptr = common->ovector_start; in jit_compile()
13631 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13636 common->start_ptr = common->ovector_start; in jit_compile()
13637 common->ovector_start += sizeof(sljit_sw); in jit_compile()
13641 if ((common->ovector_start & sizeof(sljit_sw)) != 0) in jit_compile()
13642 common->ovector_start += sizeof(sljit_sw); in jit_compile()