Home
last modified time | relevance | path

Searched refs:OP_TABLESWITCH (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java200 public static final byte OP_TABLESWITCH = -86; field
DInstructionFactory.java281 case InstructionConstants.OP_TABLESWITCH: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java1019 new TableSwitchInstruction(InstructionConstants.OP_TABLESWITCH, in replaceSimpleEnumSwitchInstruction()