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.java1330 new SimpleInstruction(InstructionConstants.OP_DNEG),
1721 new SimpleInstruction(InstructionConstants.OP_DNEG),
1921 new SimpleInstruction(InstructionConstants.OP_DNEG),
1922 new SimpleInstruction(InstructionConstants.OP_DNEG),
1953 new SimpleInstruction(InstructionConstants.OP_DNEG),
/external/proguard/src/proguard/evaluation/
DProcessor.java371 case InstructionConstants.OP_DNEG: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java228 case InstructionConstants.OP_DNEG: in visitSimpleInstruction()