Searched refs:OP_SIPUSH (Results 1 – 6 of 6) 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 | 363 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 368 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 407 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 412 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 571 new SimpleInstruction(InstructionConstants.OP_SIPUSH, A), 783 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 128), 792 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 256), 801 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 512), 810 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 1024), 819 new SimpleInstruction(InstructionConstants.OP_SIPUSH, 2048), [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 435 InstructionConstants.OP_SIPUSH, in replaceIntegerPushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 96 case InstructionConstants.OP_SIPUSH: in visitSimpleInstruction()
|