Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java177 public static final byte OP_I2S = -109; field
DInstructionFactory.java148 case InstructionConstants.OP_I2S: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2220 new SimpleInstruction(InstructionConstants.OP_I2S),
2222 new SimpleInstruction(InstructionConstants.OP_I2S),
2269 new SimpleInstruction(InstructionConstants.OP_I2S),
2279 new SimpleInstruction(InstructionConstants.OP_I2S),
2312 new SimpleInstruction(InstructionConstants.OP_I2S),
2552 new SimpleInstruction(InstructionConstants.OP_I2S),
2568 new SimpleInstruction(InstructionConstants.OP_I2S),
2577 new SimpleInstruction(InstructionConstants.OP_I2S),
2585 new SimpleInstruction(InstructionConstants.OP_I2S),
2587 new SimpleInstruction(InstructionConstants.OP_I2S),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java479 case InstructionConstants.OP_I2S: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java185 case InstructionConstants.OP_I2S: in visitSimpleInstruction()