Home
last modified time | relevance | path

Searched refs:OP_ICONST_1 (Results 1 – 8 of 8) 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.java224 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
245 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
287 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
306 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
325 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
345 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java103 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
DSimpleEnumUseSimplifier.java337 new SimpleInstruction(InstructionConstants.OP_ICONST_1)); in visitConstantInstruction()
590 new SimpleInstruction(InstructionConstants.OP_ICONST_1), in replaceSupportedMethod()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java822 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
953 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
964 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
1142 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
1361 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
1734 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2884 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2902 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2922 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
2944 new SimpleInstruction(InstructionConstants.OP_ICONST_1),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java92 case InstructionConstants.OP_ICONST_1: in visitSimpleInstruction()