Home
last modified time | relevance | path

Searched refs:OP_LSHL (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1143 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/
DInstructionConstants.java151 public static final byte OP_LSHL = 121; field
DInstructionFactory.java122 case InstructionConstants.OP_LSHL: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java379 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java197 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()