Searched refs:OP_I2B (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 175 public static final byte OP_I2B = -111; field
|
D | InstructionFactory.java | 146 case InstructionConstants.OP_I2B: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2202 new SimpleInstruction(InstructionConstants.OP_I2B), 2204 new SimpleInstruction(InstructionConstants.OP_I2B), 2229 new SimpleInstruction(InstructionConstants.OP_I2B), 2239 new SimpleInstruction(InstructionConstants.OP_I2B), 2292 new SimpleInstruction(InstructionConstants.OP_I2B), 2536 new SimpleInstruction(InstructionConstants.OP_I2B), 2537 new SimpleInstruction(InstructionConstants.OP_I2B), 2539 new SimpleInstruction(InstructionConstants.OP_I2B), 2545 new SimpleInstruction(InstructionConstants.OP_I2B), 2547 new SimpleInstruction(InstructionConstants.OP_I2B), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 471 case InstructionConstants.OP_I2B: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 183 case InstructionConstants.OP_I2B: in visitSimpleInstruction()
|