Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1985 new SimpleInstruction(InstructionConstants.OP_I2S),
1987 new SimpleInstruction(InstructionConstants.OP_I2S),
2034 new SimpleInstruction(InstructionConstants.OP_I2S),
2044 new SimpleInstruction(InstructionConstants.OP_I2S),
2077 new SimpleInstruction(InstructionConstants.OP_I2S),
2317 new SimpleInstruction(InstructionConstants.OP_I2S),
2333 new SimpleInstruction(InstructionConstants.OP_I2S),
2342 new SimpleInstruction(InstructionConstants.OP_I2S),
2350 new SimpleInstruction(InstructionConstants.OP_I2S),
2352 new SimpleInstruction(InstructionConstants.OP_I2S),
[all …]
/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/evaluation/
DEvaluationSimplifier.java184 case InstructionConstants.OP_I2S: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java464 case InstructionConstants.OP_I2S: in visitSimpleInstruction()