Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1994 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2109 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2112 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2135 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2138 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2170 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2173 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2184 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2190 new SimpleInstruction(InstructionConstants.OP_IUSHR),
2195 new SimpleInstruction(InstructionConstants.OP_IUSHR),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java154 public static final byte OP_IUSHR = 124; field
DInstructionFactory.java125 case InstructionConstants.OP_IUSHR: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java391 case InstructionConstants.OP_IUSHR: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java176 case InstructionConstants.OP_IUSHR: in visitSimpleInstruction()