Searched refs:OP_IMUL (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 618 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/ |
D | InstructionConstants.java | 134 public static final byte OP_IMUL = 104; field
|
D | InstructionFactory.java | 105 case InstructionConstants.OP_IMUL: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 267 case InstructionConstants.OP_IMUL: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 170 case InstructionConstants.OP_IMUL: in visitSimpleInstruction()
|