Searched refs:OP_LSHL (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 1143 new SimpleInstruction(InstructionConstants.OP_LSHL), 1152 new SimpleInstruction(InstructionConstants.OP_LSHL), 1161 new SimpleInstruction(InstructionConstants.OP_LSHL), 1170 new SimpleInstruction(InstructionConstants.OP_LSHL), 1179 new SimpleInstruction(InstructionConstants.OP_LSHL), 1188 new SimpleInstruction(InstructionConstants.OP_LSHL), 1197 new SimpleInstruction(InstructionConstants.OP_LSHL), 1206 new SimpleInstruction(InstructionConstants.OP_LSHL), 1215 new SimpleInstruction(InstructionConstants.OP_LSHL), 1224 new SimpleInstruction(InstructionConstants.OP_LSHL), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 151 public static final byte OP_LSHL = 121; field
|
D | InstructionFactory.java | 122 case InstructionConstants.OP_LSHL: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 379 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 197 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()
|