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.java812 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
936 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
1353 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2009 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2043 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
2047 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
3044 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
3062 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
3082 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
3104 new SimpleInstruction(InstructionConstants.OP_ICONST_M1),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java90 case InstructionConstants.OP_ICONST_M1: in visitSimpleInstruction()