Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java97 case InstructionConstants.OP_ICONST_4: return 4; in embeddedConstant()
118 case InstructionConstants.OP_ICONST_4: in canonicalOpcode()
148 case InstructionConstants.OP_ICONST_4: in shrink()
DInstructionConstants.java37 public static final byte OP_ICONST_4 = 7; field
DInstructionFactory.java58 case InstructionConstants.OP_ICONST_4: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java95 case InstructionConstants.OP_ICONST_4: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java852 new SimpleInstruction(InstructionConstants.OP_ICONST_4),
970 new SimpleInstruction(InstructionConstants.OP_ICONST_4),