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

12

/external/proguard/src/proguard/classfile/attribute/
H A DInnerClassesInfo.java77 clazz.constantPoolEntryAccept(u2innerClassIndex, constantVisitor);
90 clazz.constantPoolEntryAccept(u2outerClassIndex, constantVisitor);
103 clazz.constantPoolEntryAccept(u2innerNameIndex, constantVisitor);
H A DBootstrapMethodInfo.java72 clazz.constantPoolEntryAccept(u2methodArguments[index],
H A DExceptionsAttribute.java76 clazz.constantPoolEntryAccept(u2exceptionIndexTable[index],
/external/proguard/src/proguard/classfile/util/
H A DStringSharer.java102 clazz.constantPoolEntryAccept(stringConstant.u2stringIndex, this);
118 clazz.constantPoolEntryAccept(refConstant.u2nameAndTypeIndex, this);
129 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2nameIndex, this);
131 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2descriptorIndex, this);
143 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this);
170 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);
403 clazz.constantPoolEntryAccept(methodrefConstantIndex, this);
/external/proguard/src/proguard/classfile/editor/
H A DConstantAdder.java58 clazz.constantPoolEntryAccept(constantIndex, this);
135 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this);
160 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
172 clazz.constantPoolEntryAccept(fieldrefConstant.u2classIndex, this);
188 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this);
204 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this);
H A DAccessFixer.java76 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
86 clazz.constantPoolEntryAccept(refConstant.u2classIndex, referencedClassFinder);
H A DMethodInvocationFixer.java85 clazz.constantPoolEntryAccept(constantIndex, this);
207 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
/external/proguard/src/proguard/classfile/constant/visitor/
H A DMethodrefTraveler.java57 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex,
H A DBootstrapMethodHandleTraveler.java97 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex,
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
H A DDotClassClassVisitor.java73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
/external/proguard/src/proguard/optimize/
H A DBootstrapMethodArgumentShrinker.java59 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex, this);
86 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
/external/proguard/src/proguard/optimize/info/
H A DAccessMethodMarker.java58 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
85 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
92 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
H A DReadWriteFieldMarker.java65 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
81 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, 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);
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionConstantVisitor.java62 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java176 clazz.constantPoolEntryAccept(constantIndex, this);
186 clazz.constantPoolEntryAccept(constantIndex, this);
210 clazz.constantPoolEntryAccept(constantIndex, this);
242 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this);
248 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2nameAndTypeIndex, this);
254 clazz.constantPoolEntryAccept(methodrefConstant.u2nameAndTypeIndex, this);
/external/proguard/src/proguard/shrink/
H A DInterfaceUsageMarker.java135 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this);
H A DSignatureUsageMarker.java115 clazz.constantPoolEntryAccept(index, this);
/external/proguard/src/proguard/classfile/
H A DClazz.java202 public void constantPoolEntryAccept(int index, ConstantVisitor constantVisitor); method in interface:Clazz

Completed in 183 milliseconds

12