Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java618 new SimpleInstruction(InstructionConstants.OP_IMUL),
622 new SimpleInstruction(InstructionConstants.OP_IMUL),
629 new SimpleInstruction(InstructionConstants.OP_IMUL),
633 new SimpleInstruction(InstructionConstants.OP_IMUL),
640 new SimpleInstruction(InstructionConstants.OP_IMUL),
644 new SimpleInstruction(InstructionConstants.OP_IMUL),
651 new SimpleInstruction(InstructionConstants.OP_IMUL),
655 new SimpleInstruction(InstructionConstants.OP_IMUL),
937 new SimpleInstruction(InstructionConstants.OP_IMUL),
945 new SimpleInstruction(InstructionConstants.OP_IMUL),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java134 public static final byte OP_IMUL = 104; field
DInstructionFactory.java105 case InstructionConstants.OP_IMUL: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java267 case InstructionConstants.OP_IMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java170 case InstructionConstants.OP_IMUL: in visitSimpleInstruction()