Searched refs:OP_SIPUSH (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 121 case InstructionConstants.OP_SIPUSH: return InstructionConstants.OP_ICONST_0; in canonicalOpcode() 151 case InstructionConstants.OP_SIPUSH: in shrink() 161 opcode = InstructionConstants.OP_SIPUSH; in shrink() 240 opcode == InstructionConstants.OP_SIPUSH ? 2 : in constantSize()
|
D | InstructionConstants.java | 47 public static final byte OP_SIPUSH = 17; field
|
D | InstructionFactory.java | 69 case InstructionConstants.OP_SIPUSH: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 594 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 599 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 616 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 621 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 638 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 643 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 782 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 802 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 1015 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 128), 1024 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 256), [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 102 new SimpleInstruction(InstructionConstants.OP_SIPUSH, ENUM_CONSTANT_ORDINAL),
|
D | EvaluationSimplifier.java | 473 InstructionConstants.OP_SIPUSH, in replaceIntegerPushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 98 case InstructionConstants.OP_SIPUSH: in visitSimpleInstruction()
|