Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java71 opcode == 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/optimize/evaluation/
DEvaluationSimplifier.java192 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java283 case InstructionConstants.OP_LDIV: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1290 new SimpleInstruction(InstructionConstants.OP_LDIV),
1298 new SimpleInstruction(InstructionConstants.OP_LDIV),