Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java146 public static final byte OP_INEG = 116; field
DInstructionFactory.java117 case InstructionConstants.OP_INEG: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java939 new SimpleInstruction(InstructionConstants.OP_INEG),
1356 new SimpleInstruction(InstructionConstants.OP_INEG),
1897 new SimpleInstruction(InstructionConstants.OP_INEG),
1898 new SimpleInstruction(InstructionConstants.OP_INEG),
1929 new SimpleInstruction(InstructionConstants.OP_INEG),
/external/proguard/src/proguard/evaluation/
DProcessor.java359 case InstructionConstants.OP_INEG: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java173 case InstructionConstants.OP_INEG: in visitSimpleInstruction()