Searched refs:constantPoolEntryAccept (Results 1 - 25 of 39) sorted by relevance

12

/external/proguard/src/proguard/classfile/attribute/
H A DInnerClassesInfo.java77 clazz.constantPoolEntryAccept(u2innerClassIndex,
91 clazz.constantPoolEntryAccept(u2outerClassIndex,
105 clazz.constantPoolEntryAccept(u2innerNameIndex,
H A DExceptionsAttribute.java76 programClass.constantPoolEntryAccept(u2exceptionIndexTable[index],
/external/proguard/src/proguard/classfile/util/
H A DStringSharer.java85 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);
H A DDynamicClassReferenceInitializer.java251 clazz.constantPoolEntryAccept(constantClassForNameMatcher.matchedConstantIndex(X), this);
266 clazz.constantPoolEntryAccept(classForNameCastMatcher.matchedConstantIndex(X), this);
278 clazz.constantPoolEntryAccept(dotClassJavacMatcher.matchedConstantIndex(X), this);
290 clazz.constantPoolEntryAccept(dotClassJikesMatcher.matchedConstantIndex(X), this);
402 clazz.constantPoolEntryAccept(methodrefConstantIndex, this);
/external/proguard/src/proguard/classfile/editor/
H A DConstantAdder.java57 clazz.constantPoolEntryAccept(constantIndex, this);
134 clazz.constantPoolEntryAccept(fieldrefConstant.u2classIndex, this);
150 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this);
166 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this);
H A DMethodInvocationFixer.java88 clazz.constantPoolEntryAccept(constantIndex, this);
201 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
H A DAccessFixer.java70 clazz.constantPoolEntryAccept(refConstant.u2classIndex, referencedClassFinder);
H A DMemberReferenceFixer.java180 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this);
236 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this);
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
H A DDotClassClassVisitor.java75 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
H A DClassPrinter.java370 clazz.constantPoolEntryAccept(sourceFileAttribute.u2sourceFileIndex, this);
381 clazz.constantPoolEntryAccept(sourceDirAttribute.u2sourceDirIndex, this);
403 clazz.constantPoolEntryAccept(enclosingMethodAttribute.u2classIndex, this);
407 clazz.constantPoolEntryAccept(enclosingMethodAttribute.u2nameAndTypeIndex, this);
433 clazz.constantPoolEntryAccept(signatureAttribute.u2signatureIndex, this);
443 clazz.constantPoolEntryAccept(constantValueAttribute.u2constantValueIndex, this);
626 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
686 clazz.constantPoolEntryAccept(exceptionInfo.u2catchType, this);
863 clazz.constantPoolEntryAccept(constantElementValue.u2constantValueIndex, this);
/external/proguard/src/proguard/optimize/info/
H A DReadWriteFieldMarker.java65 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
81 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DAccessMethodMarker.java57 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
77 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
H A DDotClassMarker.java54 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DInstanceofClassMarker.java53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DInstantiationClassMarker.java53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DMethodInvocationMarker.java51 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DSuperInvocationMarker.java56 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
H A DSideEffectInstructionChecker.java132 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java180 clazz.constantPoolEntryAccept(constantIndex, this);
189 clazz.constantPoolEntryAccept(constantIndex, this);
212 clazz.constantPoolEntryAccept(constantIndex, this);
/external/proguard/src/proguard/classfile/
H A DClazz.java178 public void constantPoolEntryAccept(int index, ConstantVisitor constantVisitor); method in interface:Clazz
/external/proguard/src/proguard/shrink/
H A DInterfaceUsageMarker.java135 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this);
H A DInnerUsageMarker.java172 clazz.constantPoolEntryAccept(index, this);
/external/proguard/src/proguard/obfuscate/
H A DNameMarker.java116 clazz.constantPoolEntryAccept(outerClassIndex, this);
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java106 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);

Completed in 164 milliseconds

12