Searched refs:OP_ICONST_M1 (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 85 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()
|
D | InstructionConstants.java | 32 public static final byte OP_ICONST_M1 = 2; field
|
D | InstructionFactory.java | 53 case InstructionConstants.OP_ICONST_M1: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 812 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/ |
D | Processor.java | 90 case InstructionConstants.OP_ICONST_M1: in visitSimpleInstruction()
|