/external/proguard/src/proguard/optimize/peephole/ |
H A D | InstructionSequenceConstants.java | 605 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 D | DynamicMemberReferenceInitializer.java | 165 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 D | DynamicClassReferenceInitializer.java | 89 new ConstantInstruction(InstructionConstants.OP_LDC, X), 120 new ConstantInstruction(InstructionConstants.OP_LDC, X), 143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
|
H A D | EnumFieldReferenceInitializer.java | 116 case InstructionConstants.OP_LDC:
|
/external/proguard/src/proguard/classfile/instruction/ |
H A D | ConstantInstruction.java | 97 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 D | InstructionConstants.java | 48 public static final byte OP_LDC = 18; field in interface:InstructionConstants
|
H A D | InstructionFactory.java | 172 case InstructionConstants.OP_LDC:
|
/external/proguard/src/proguard/classfile/visitor/ |
H A D | DotClassClassVisitor.java | 70 if (opcode == InstructionConstants.OP_LDC ||
|
/external/proguard/src/proguard/optimize/info/ |
H A D | DotClassMarker.java | 51 if (constantInstruction.opcode == InstructionConstants.OP_LDC ||
|
H A D | ReadWriteFieldMarker.java | 60 case InstructionConstants.OP_LDC:
|
/external/proguard/src/proguard/optimize/evaluation/ |
H A D | SimpleEnumClassSimplifier.java | 95 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_ENUM_CONSTANT_NAME),
|
H A D | EvaluationSimplifier.java | 482 new ConstantInstruction(InstructionConstants.OP_LDC, 626 new ConstantInstruction(InstructionConstants.OP_LDC,
|
/external/proguard/src/proguard/evaluation/ |
H A D | Processor.java | 576 case InstructionConstants.OP_LDC:
|
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ... |