Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java176 public static final byte OP_I2C = -110; field
DInstructionFactory.java147 case InstructionConstants.OP_I2C: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2211 new SimpleInstruction(InstructionConstants.OP_I2C),
2213 new SimpleInstruction(InstructionConstants.OP_I2C),
2249 new SimpleInstruction(InstructionConstants.OP_I2C),
2259 new SimpleInstruction(InstructionConstants.OP_I2C),
2302 new SimpleInstruction(InstructionConstants.OP_I2C),
2544 new SimpleInstruction(InstructionConstants.OP_I2C),
2560 new SimpleInstruction(InstructionConstants.OP_I2C),
2561 new SimpleInstruction(InstructionConstants.OP_I2C),
2563 new SimpleInstruction(InstructionConstants.OP_I2C),
2569 new SimpleInstruction(InstructionConstants.OP_I2C),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java475 case InstructionConstants.OP_I2C: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java184 case InstructionConstants.OP_I2C: in visitSimpleInstruction()