Searched refs:OP_LDC (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java605 new ConstantInstruction(InstructionConstants.OP_LDC, A),
610 new ConstantInstruction(InstructionConstants.OP_LDC, A),
649 new ConstantInstruction(InstructionConstants.OP_LDC, A),
654 new ConstantInstruction(InstructionConstants.OP_LDC, A),
704 new ConstantInstruction(InstructionConstants.OP_LDC, A),
709 new ConstantInstruction(InstructionConstants.OP_LDC, A),
726 new ConstantInstruction(InstructionConstants.OP_LDC, A),
731 new ConstantInstruction(InstructionConstants.OP_LDC, A),
1087 new ConstantInstruction(InstructionConstants.OP_LDC, I_32768),
1096 new ConstantInstruction(InstructionConstants.OP_LDC, I_6553
[all...]
/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java165 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
166 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX),
173 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
182 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
187 // new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
195 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
200 // new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
204 // new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER1_CLASS_INDEX),
212 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
213 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDE
[all...]
H A DDynamicClassReferenceInitializer.java89 new ConstantInstruction(InstructionConstants.OP_LDC, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, X),
143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
H A DEnumFieldReferenceInitializer.java116 case InstructionConstants.OP_LDC:
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java97 opcode == InstructionConstants.OP_LDC_W ? InstructionConstants.OP_LDC :
109 opcode = InstructionConstants.OP_LDC;
115 if (opcode == InstructionConstants.OP_LDC)
282 return opcode == InstructionConstants.OP_LDC ? 1 :
H A DInstructionConstants.java48 public static final byte OP_LDC = 18; field in interface:InstructionConstants
H A DInstructionFactory.java172 case InstructionConstants.OP_LDC:
/external/proguard/src/proguard/classfile/visitor/
H A DDotClassClassVisitor.java70 if (opcode == InstructionConstants.OP_LDC ||
/external/proguard/src/proguard/optimize/info/
H A DDotClassMarker.java51 if (constantInstruction.opcode == InstructionConstants.OP_LDC ||
H A DReadWriteFieldMarker.java60 case InstructionConstants.OP_LDC:
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumClassSimplifier.java95 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_ENUM_CONSTANT_NAME),
H A DEvaluationSimplifier.java482 new ConstantInstruction(InstructionConstants.OP_LDC,
626 new ConstantInstruction(InstructionConstants.OP_LDC,
/external/proguard/src/proguard/evaluation/
H A DProcessor.java576 case InstructionConstants.OP_LDC:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 271 milliseconds