Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java95 case InstructionConstants.OP_ICONST_3: return 3; in embeddedConstant()
117 case InstructionConstants.OP_ICONST_3: in canonicalOpcode()
147 case InstructionConstants.OP_ICONST_3: in shrink()
DInstructionConstants.java36 public static final byte OP_ICONST_3 = 6; field
DInstructionFactory.java57 case InstructionConstants.OP_ICONST_3: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java94 case InstructionConstants.OP_ICONST_3: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java842 new SimpleInstruction(InstructionConstants.OP_ICONST_3),
982 new SimpleInstruction(InstructionConstants.OP_ICONST_3),
1160 new SimpleInstruction(InstructionConstants.OP_ICONST_3),