Home
last modified time | relevance | path

Searched refs:OP_SIPUSH (Results 1 – 7 of 7) 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.java594 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/
DSimpleEnumClassSimplifier.java102 new SimpleInstruction(InstructionConstants.OP_SIPUSH, ENUM_CONSTANT_ORDINAL),
DEvaluationSimplifier.java473 InstructionConstants.OP_SIPUSH, in replaceIntegerPushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java98 case InstructionConstants.OP_SIPUSH: in visitSimpleInstruction()