Home
last modified time | relevance | path

Searched refs:OP_ICONST_5 (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java99 case InstructionConstants.OP_ICONST_5: return 5; in embeddedConstant()
119 case InstructionConstants.OP_ICONST_5: in canonicalOpcode()
149 case InstructionConstants.OP_ICONST_5: in shrink()
DInstructionConstants.java38 public static final byte OP_ICONST_5 = 8; field
DInstructionFactory.java59 case InstructionConstants.OP_ICONST_5: in create()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java838 composer.appendInstruction(2, new SimpleInstruction(InstructionConstants.OP_ICONST_5)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java94 case InstructionConstants.OP_ICONST_5: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java631 new SimpleInstruction(InstructionConstants.OP_ICONST_5),