Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java92 case InstructionConstants.OP_ICONST_2: in embeddedConstant()
116 case InstructionConstants.OP_ICONST_2: in canonicalOpcode()
146 case InstructionConstants.OP_ICONST_2: in shrink()
DInstructionConstants.java35 public static final byte OP_ICONST_2 = 5; field
DInstructionFactory.java56 case InstructionConstants.OP_ICONST_2: in create()
/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java145 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
191 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java601 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
729 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
741 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
919 new SimpleInstruction(InstructionConstants.OP_ICONST_2),
/external/proguard/src/proguard/evaluation/
DProcessor.java91 case InstructionConstants.OP_ICONST_2: in visitSimpleInstruction()