Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java583 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/
DSimpleInstruction.java120 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()
DInstructionConstants.java46 public static final byte OP_BIPUSH = 16; field
DInstructionFactory.java68 case InstructionConstants.OP_BIPUSH: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java97 case InstructionConstants.OP_BIPUSH: in visitSimpleInstruction()