Home | History | Annotate | Download | only in verifier

Lines Matching refs:PACKED_SWITCH

1512   bool is_packed_switch = (*insns & 0xff) == Instruction::PACKED_SWITCH;
2551 case Instruction::PACKED_SWITCH:
3555 if ((*insns & 0xff) == Instruction::PACKED_SWITCH) {