Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2010 new SimpleInstruction(InstructionConstants.OP_IAND),
2018 new SimpleInstruction(InstructionConstants.OP_IAND),
2094 new SimpleInstruction(InstructionConstants.OP_IAND),
2101 new SimpleInstruction(InstructionConstants.OP_IAND),
2107 new SimpleInstruction(InstructionConstants.OP_IAND),
2114 new SimpleInstruction(InstructionConstants.OP_IAND),
2120 new SimpleInstruction(InstructionConstants.OP_IAND),
2127 new SimpleInstruction(InstructionConstants.OP_IAND),
2133 new SimpleInstruction(InstructionConstants.OP_IAND),
2140 new SimpleInstruction(InstructionConstants.OP_IAND),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java156 public static final byte OP_IAND = 126; field
DInstructionFactory.java127 case InstructionConstants.OP_IAND: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java399 case InstructionConstants.OP_IAND: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java177 case InstructionConstants.OP_IAND: in visitSimpleInstruction()