Lines Matching refs:OPSIZE_JUMP

1122       len = OPSIZE_JUMP;  in compile_length_quantifier_node()
1131 len += OPSIZE_PUSH_OR_JUMP_EXACT1 + mod_tlen + OPSIZE_JUMP; in compile_length_quantifier_node()
1135 len += OPSIZE_PUSH_IF_PEEK_NEXT + mod_tlen + OPSIZE_JUMP; in compile_length_quantifier_node()
1137 len += OPSIZE_PUSH + mod_tlen + OPSIZE_JUMP; in compile_length_quantifier_node()
1140 len += OPSIZE_JUMP + mod_tlen + OPSIZE_PUSH; in compile_length_quantifier_node()
1144 len = OPSIZE_JUMP + tlen; in compile_length_quantifier_node()
1157 len = OPSIZE_PUSH + OPSIZE_JUMP + tlen; in compile_length_quantifier_node()
1223 COP(reg)->jump.addr = OPSIZE_JUMP + SIZE_INC; in compile_quantifier_node()
1236 COP(reg)->push_or_jump_exact1.addr = SIZE_INC + mod_tlen + OPSIZE_JUMP; in compile_quantifier_node()
1249 COP(reg)->push_if_peek_next.addr = SIZE_INC + mod_tlen + OPSIZE_JUMP; in compile_quantifier_node()
1260 COP(reg)->push.addr = SIZE_INC + mod_tlen + OPSIZE_JUMP; in compile_quantifier_node()
1322 COP(reg)->push.addr = SIZE_INC + OPSIZE_JUMP; in compile_quantifier_node()
1383 len = tlen + OPSIZE_CALL + OPSIZE_JUMP + OPSIZE_RETURN; in compile_length_bag_node()
1389 + OPSIZE_CALL + OPSIZE_JUMP + OPSIZE_RETURN; in compile_length_bag_node()
1426 len = v + OPSIZE_PUSH + tlen + OPSIZE_POP_OUT + OPSIZE_JUMP; in compile_length_bag_node()
1450 len += OPSIZE_JUMP + OPSIZE_ATOMIC_END; in compile_length_bag_node()
1483 node->m.called_addr = COP_CURR_OFFSET(reg) + 1 + OPSIZE_JUMP; in compile_bag_memory_node()
1577 COP(reg)->push.addr = SIZE_INC + len + OPSIZE_POP_OUT + OPSIZE_JUMP; in compile_bag_node()
1616 jump_len = cond_len + then_len + OPSIZE_ATOMIC_END + OPSIZE_JUMP; in compile_bag_node()
1944 r += (OPSIZE_PUSH + OPSIZE_JUMP) * (n - 1); in compile_length_tree()
2016 len += OPSIZE_PUSH + OPSIZE_JUMP; in compile_tree()
2027 COP(reg)->push.addr = SIZE_INC + len + OPSIZE_JUMP; in compile_tree()