Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java175 public static final byte OP_I2B = -111; field
DInstructionFactory.java146 case InstructionConstants.OP_I2B: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2202 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/
DProcessor.java471 case InstructionConstants.OP_I2B: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java183 case InstructionConstants.OP_I2B: in visitSimpleInstruction()