Home
last modified time | relevance | path

Searched refs:OP_LDIV (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java148 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
DSideEffectInstructionChecker.java109 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java139 public static final byte OP_LDIV = 109; field
DInstructionFactory.java110 case InstructionConstants.OP_LDIV: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java298 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java194 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1524 new SimpleInstruction(InstructionConstants.OP_LDIV),
1532 new SimpleInstruction(InstructionConstants.OP_LDIV),