Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java201 public static final byte OP_LOOKUPSWITCH = -85; field
DInstructionFactory.java286 case InstructionConstants.OP_LOOKUPSWITCH: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java3532 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, A, new int[] { X, Y }, new int[]…
3534 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, A, new int[] { Y }, new int[] { …
3539 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, B, new int[] { X, Y }, new int[]…
3541 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, B, new int[] { X }, new int[] { …
3546 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, A, new int[] { X, Y, Z }, new in…
3548 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, A, new int[] { Y, Z }, new int[]…
3553 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, B, new int[] { X, Y, Z }, new in…
3555 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, B, new int[] { X, Z }, new int[]…
3560 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, C, new int[] { X, Y, Z }, new in…
3562 …new LookUpSwitchInstruction(InstructionConstants.OP_LOOKUPSWITCH, C, new int[] { X, Y }, new int[]…