Home | History | Annotate | Download | only in verifier

Lines Matching refs:first_key

1548       int32_t first_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16);
1551 if (UNLIKELY(first_key > max_first_key)) {
1552 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid packed switch: first_key=" << first_key