Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java85 case InstructionConstants.OP_ICONST_M1: return -1; in embeddedConstant()
113 case InstructionConstants.OP_ICONST_M1: in canonicalOpcode()
143 case InstructionConstants.OP_ICONST_M1: in shrink()
DInstructionConstants.java32 public static final byte OP_ICONST_M1 = 2; field
DInstructionFactory.java53 case InstructionConstants.OP_ICONST_M1: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java581 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
704 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
1119 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
1774 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
1808 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
1812 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2809 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2827 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2847 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2869 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java88 case InstructionConstants.OP_ICONST_M1: in visitSimpleInstruction()