Lines Matching refs:keys_offset
1502 constexpr int32_t keys_offset = 2;
1506 int32_t first_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16);
1516 int32_t last_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16);
1519 static_cast<int32_t>(switch_insns[keys_offset + targ * 2]) |
1520 static_cast<int32_t>(switch_insns[keys_offset + targ * 2 + 1] << 16);