Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java965 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/
DInstructionConstants.java150 public static final byte OP_ISHL = 120; field
DInstructionFactory.java121 case InstructionConstants.OP_ISHL: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java375 case InstructionConstants.OP_ISHL: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java174 case InstructionConstants.OP_ISHL: in visitSimpleInstruction()