Searched refs:OP_BIPUSH (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 583 new SimpleInstruction(InstructionConstants.OP_BIPUSH, A), 588 new SimpleInstruction(InstructionConstants.OP_BIPUSH, A), 627 new SimpleInstruction(InstructionConstants.OP_BIPUSH, A), 632 new SimpleInstruction(InstructionConstants.OP_BIPUSH, A), 792 new SimpleInstruction(InstructionConstants.OP_BIPUSH, A), 979 new SimpleInstruction(InstructionConstants.OP_BIPUSH, 8), 988 new SimpleInstruction(InstructionConstants.OP_BIPUSH, 16), 991 new SimpleInstruction(InstructionConstants.OP_BIPUSH, 4), 997 new SimpleInstruction(InstructionConstants.OP_BIPUSH, 32), 1000 new SimpleInstruction(InstructionConstants.OP_BIPUSH, 5), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 120 case InstructionConstants.OP_BIPUSH: in canonicalOpcode() 150 case InstructionConstants.OP_BIPUSH: in shrink() 158 opcode = InstructionConstants.OP_BIPUSH; in shrink() 238 return opcode == InstructionConstants.OP_BIPUSH || in constantSize()
|
D | InstructionConstants.java | 46 public static final byte OP_BIPUSH = 16; field
|
D | InstructionFactory.java | 68 case InstructionConstants.OP_BIPUSH: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 97 case InstructionConstants.OP_BIPUSH: in visitSimpleInstruction()
|