Home
last modified time | relevance | path

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

12

/external/proguard/src/proguard/classfile/util/
DStringSharer.java102 clazz.constantPoolEntryAccept(stringConstant.u2stringIndex, this); in visitStringConstant()
118 clazz.constantPoolEntryAccept(refConstant.u2nameAndTypeIndex, this); in visitAnyRefConstant()
129 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2nameIndex, this); in visitNameAndTypeConstant()
131 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2descriptorIndex, this); in visitNameAndTypeConstant()
143 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this); in visitClassConstant()
170 clazz.constantPoolEntryAccept(attribute.u2attributeNameIndex, this); in visitAnyAttribute()
DDynamicClassReferenceInitializer.java253 clazz.constantPoolEntryAccept(classForNameCastMatcher.matchedConstantIndex(X), this); in visitAnyInstruction()
264 … clazz.constantPoolEntryAccept(constantClassForNameMatcher.matchedConstantIndex(X), this); in visitAnyInstruction()
279 clazz.constantPoolEntryAccept(dotClassJavacMatcher.matchedConstantIndex(X), this); in visitAnyInstruction()
291 clazz.constantPoolEntryAccept(dotClassJikesMatcher.matchedConstantIndex(X), this); in visitAnyInstruction()
404 clazz.constantPoolEntryAccept(methodrefConstantIndex, this); in isDotClassMethodref()
/external/proguard/src/proguard/classfile/editor/
DConstantAdder.java63 clazz.constantPoolEntryAccept(constantIndex, this); in addConstant()
147 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this); in visitInvokeDynamicConstant()
176 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this); in visitMethodHandleConstant()
188 clazz.constantPoolEntryAccept(fieldrefConstant.u2classIndex, this); in visitFieldrefConstant()
204 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this); in visitInterfaceMethodrefConstant()
220 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this); in visitMethodrefConstant()
DMethodInvocationFixer.java85 clazz.constantPoolEntryAccept(constantIndex, this); in visitConstantInstruction()
207 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this); in visitAnyMethodrefConstant()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java176 clazz.constantPoolEntryAccept(constantIndex, this); in stackPopCount()
186 clazz.constantPoolEntryAccept(constantIndex, this); in stackPopCount()
210 clazz.constantPoolEntryAccept(constantIndex, this); in stackPushCount()
242 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this); in visitInvokeDynamicConstant()
248 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2nameAndTypeIndex, this); in visitInterfaceMethodrefConstant()
254 clazz.constantPoolEntryAccept(methodrefConstant.u2nameAndTypeIndex, this); in visitMethodrefConstant()
/external/proguard/src/proguard/classfile/attribute/
DInnerClassesInfo.java77 clazz.constantPoolEntryAccept(u2innerClassIndex, constantVisitor); in innerClassConstantAccept()
90 clazz.constantPoolEntryAccept(u2outerClassIndex, constantVisitor); in outerClassConstantAccept()
103 clazz.constantPoolEntryAccept(u2innerNameIndex, constantVisitor); in innerNameConstantAccept()
DBootstrapMethodInfo.java72 clazz.constantPoolEntryAccept(u2methodArguments[index], in methodArgumentsAccept()
DExceptionsAttribute.java76 clazz.constantPoolEntryAccept(u2exceptionIndexTable[index], in exceptionEntriesAccept()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java183 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
189 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
203 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
218 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
225 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
240 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
DReadWriteFieldMarker.java65 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
81 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
DAccessMethodMarker.java57 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
84 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this); in visitMethodHandleConstant()
91 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this); in visitAnyRefConstant()
DInstantiationClassMarker.java53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
DSuperInvocationMarker.java56 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
DInstanceofClassMarker.java53 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
DMethodInvocationMarker.java51 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DBootstrapMethodArgumentShrinker.java57 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex, this); in visitBootstrapMethodInfo()
84 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this); in visitMethodHandleConstant()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java240 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this); in visitInvokeDynamicConstant()
250 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this); in visitMethodHandleConstant()
418 clazz.constantPoolEntryAccept(sourceFileAttribute.u2sourceFileIndex, this); in visitSourceFileAttribute()
429 clazz.constantPoolEntryAccept(sourceDirAttribute.u2sourceDirIndex, this); in visitSourceDirAttribute()
451 clazz.constantPoolEntryAccept(enclosingMethodAttribute.u2classIndex, this); in visitEnclosingMethodAttribute()
455 clazz.constantPoolEntryAccept(enclosingMethodAttribute.u2nameAndTypeIndex, this); in visitEnclosingMethodAttribute()
481 clazz.constantPoolEntryAccept(signatureAttribute.u2signatureIndex, this); in visitSignatureAttribute()
491 clazz.constantPoolEntryAccept(constantValueAttribute.u2constantValueIndex, this); in visitConstantValueAttribute()
688 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex, this); in visitBootstrapMethodInfo()
724 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this); in visitConstantInstruction()
[all …]
DExceptionHandlerConstantVisitor.java59 clazz.constantPoolEntryAccept(catchType, constantVisitor); in visitExceptionInfo()
DDotClassClassVisitor.java73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java222 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
250 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
259 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
265 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
699 clazz.constantPoolEntryAccept(constantIndex, in markConstantComplexEnumType()
/external/proguard/src/proguard/classfile/constant/visitor/
DMethodrefTraveler.java56 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, in visitMethodHandleConstant()
DBootstrapMethodHandleTraveler.java93 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex, in visitBootstrapMethodInfo()
/external/proguard/src/proguard/classfile/instruction/visitor/
DInstructionConstantVisitor.java60 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, in visitConstantInstruction()
/external/proguard/src/proguard/shrink/
DSignatureUsageMarker.java118 clazz.constantPoolEntryAccept(index, this); in markConstant()
DInterfaceUsageMarker.java135 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this); in visitClassConstant()

12