Searched refs:short_offset (Results 1 – 1 of 1) sorted by relevance
219 int32_t short_offset = offset - 2; in Jmp() local220 if (IsInRange<int8_t>(short_offset)) { in Jmp()222 Emit8(static_cast<int8_t>(short_offset)); in Jmp()246 int32_t short_offset = offset - 2; in Jcc() local247 if (IsInRange<int8_t>(short_offset)) { in Jcc()249 Emit8(static_cast<int8_t>(short_offset)); in Jcc()