Searched refs:OP_ISHL (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 965 new SimpleInstruction(InstructionConstants.OP_ISHL), 974 new SimpleInstruction(InstructionConstants.OP_ISHL), 983 new SimpleInstruction(InstructionConstants.OP_ISHL), 992 new SimpleInstruction(InstructionConstants.OP_ISHL), 1001 new SimpleInstruction(InstructionConstants.OP_ISHL), 1010 new SimpleInstruction(InstructionConstants.OP_ISHL), 1019 new SimpleInstruction(InstructionConstants.OP_ISHL), 1028 new SimpleInstruction(InstructionConstants.OP_ISHL), 1037 new SimpleInstruction(InstructionConstants.OP_ISHL), 1046 new SimpleInstruction(InstructionConstants.OP_ISHL), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 150 public static final byte OP_ISHL = 120; field
|
D | InstructionFactory.java | 121 case InstructionConstants.OP_ISHL: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 375 case InstructionConstants.OP_ISHL: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 174 case InstructionConstants.OP_ISHL: in visitSimpleInstruction()
|