Home
last modified time | relevance | path

Searched refs:OP_SIPUSH (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java121 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()
DInstructionConstants.java47 public static final byte OP_SIPUSH = 17; field
DInstructionFactory.java69 case InstructionConstants.OP_SIPUSH: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java363 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/
DEvaluationSimplifier.java435 InstructionConstants.OP_SIPUSH, in replaceIntegerPushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java96 case InstructionConstants.OP_SIPUSH: in visitSimpleInstruction()