/external/proguard/src/proguard/classfile/visitor/ |
ExceptionHandlerConstantVisitor.java | 59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
|
DotClassClassVisitor.java | 75 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
|
/external/proguard/src/proguard/classfile/attribute/ |
ExceptionsAttribute.java | 76 programClass.constantPoolEntryAccept(u2exceptionIndexTable[index],
|
InnerClassesInfo.java | 77 clazz.constantPoolEntryAccept(u2innerClassIndex, 91 clazz.constantPoolEntryAccept(u2outerClassIndex, 105 clazz.constantPoolEntryAccept(u2innerNameIndex,
|
/external/proguard/src/proguard/optimize/info/ |
SuperInvocationMarker.java | 56 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
DotClassMarker.java | 54 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
InstanceofClassMarker.java | 53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
InstantiationClassMarker.java | 53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
MethodInvocationMarker.java | 51 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
ReadWriteFieldMarker.java | 65 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); 73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); 81 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
AccessMethodMarker.java | 57 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); 77 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
|
SideEffectInstructionChecker.java | 132 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
/external/proguard/src/proguard/shrink/ |
InterfaceUsageMarker.java | 135 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this);
|
InnerUsageMarker.java | 172 clazz.constantPoolEntryAccept(index, this);
|
/external/proguard/src/proguard/classfile/editor/ |
ConstantAdder.java | 57 clazz.constantPoolEntryAccept(constantIndex, this); 134 clazz.constantPoolEntryAccept(fieldrefConstant.u2classIndex, this); 150 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this); 166 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this);
|
AccessFixer.java | 70 clazz.constantPoolEntryAccept(refConstant.u2classIndex, referencedClassFinder);
|
MethodInvocationFixer.java | 88 clazz.constantPoolEntryAccept(constantIndex, this); 201 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
|
/external/proguard/src/proguard/classfile/util/ |
StringSharer.java | 85 clazz.constantPoolEntryAccept(stringConstant.u2stringIndex, this); 101 clazz.constantPoolEntryAccept(refConstant.u2nameAndTypeIndex, this); 112 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2nameIndex, this); 114 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2descriptorIndex, this); 126 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this); 153 clazz.constantPoolEntryAccept(attribute.u2attributeNameIndex, this);
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerInvocationFixer.java | 106 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
TailRecursionSimplifier.java | 162 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
|
/external/proguard/src/proguard/classfile/ |
Clazz.java | 178 public void constantPoolEntryAccept(int index, ConstantVisitor constantVisitor);
|
/external/proguard/src/proguard/classfile/instruction/ |
ConstantInstruction.java | 180 clazz.constantPoolEntryAccept(constantIndex, this); 189 clazz.constantPoolEntryAccept(constantIndex, this); 212 clazz.constantPoolEntryAccept(constantIndex, this);
|
/external/proguard/src/proguard/obfuscate/ |
NameMarker.java | 116 clazz.constantPoolEntryAccept(outerClassIndex, this);
|
ClassObfuscator.java | 205 clazz.constantPoolEntryAccept(outerClassIndex, this);
|
/external/proguard/src/proguard/evaluation/ |
BasicInvocationUnit.java | 177 clazz.constantPoolEntryAccept(constantIndex, this);
|