Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java149 public static final byte OP_DNEG = 119; field
DInstructionFactory.java120 case InstructionConstants.OP_DNEG: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1097 new SimpleInstruction(InstructionConstants.OP_DNEG),
1487 new SimpleInstruction(InstructionConstants.OP_DNEG),
1686 new SimpleInstruction(InstructionConstants.OP_DNEG),
1687 new SimpleInstruction(InstructionConstants.OP_DNEG),
1718 new SimpleInstruction(InstructionConstants.OP_DNEG),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java226 case InstructionConstants.OP_DNEG: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java356 case InstructionConstants.OP_DNEG: in visitSimpleInstruction()