Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java87 case InstructionConstants.OP_ICONST_1: in embeddedConstant()
115 case InstructionConstants.OP_ICONST_1: in canonicalOpcode()
145 case InstructionConstants.OP_ICONST_1: in shrink()
DInstructionConstants.java34 public static final byte OP_ICONST_1 = 4; field
DInstructionFactory.java55 case InstructionConstants.OP_ICONST_1: in create()
/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java131 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
152 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
178 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
198 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java591 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
721 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
732 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
910 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
1127 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
1500 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2649 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2667 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2687 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2709 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java90 case InstructionConstants.OP_ICONST_1: in visitSimpleInstruction()