Home
last modified time | relevance | path

Searched refs:OP_IDIV (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java70 if (opcode == InstructionConstants.OP_IDIV || in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java138 public static final byte OP_IDIV = 108; field
DInstructionFactory.java109 case InstructionConstants.OP_IDIV: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java170 case InstructionConstants.OP_IDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java268 case InstructionConstants.OP_IDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1120 new SimpleInstruction(InstructionConstants.OP_IDIV),
1128 new SimpleInstruction(InstructionConstants.OP_IDIV),