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.java911 new SimpleInstruction(InstructionConstants.OP_LSHL),
920 new SimpleInstruction(InstructionConstants.OP_LSHL),
929 new SimpleInstruction(InstructionConstants.OP_LSHL),
938 new SimpleInstruction(InstructionConstants.OP_LSHL),
947 new SimpleInstruction(InstructionConstants.OP_LSHL),
956 new SimpleInstruction(InstructionConstants.OP_LSHL),
965 new SimpleInstruction(InstructionConstants.OP_LSHL),
974 new SimpleInstruction(InstructionConstants.OP_LSHL),
983 new SimpleInstruction(InstructionConstants.OP_LSHL),
992 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/optimize/evaluation/
DEvaluationSimplifier.java195 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java364 case InstructionConstants.OP_LSHL: in visitSimpleInstruction()