HomeSort by relevance Sort by last modified time
    Searched refs:constantPoolEntryAccept (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/proguard/src/proguard/classfile/attribute/
InnerClassesInfo.java 77 clazz.constantPoolEntryAccept(u2innerClassIndex, constantVisitor);
90 clazz.constantPoolEntryAccept(u2outerClassIndex, constantVisitor);
103 clazz.constantPoolEntryAccept(u2innerNameIndex, constantVisitor);
BootstrapMethodInfo.java 72 clazz.constantPoolEntryAccept(u2methodArguments[index],
ExceptionsAttribute.java 76 clazz.constantPoolEntryAccept(u2exceptionIndexTable[index],
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 102 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);
DynamicClassReferenceInitializer.java 253 clazz.constantPoolEntryAccept(classForNameCastMatcher.matchedConstantIndex(X), this);
264 clazz.constantPoolEntryAccept(constantClassForNameMatcher.matchedConstantIndex(X), this);
279 clazz.constantPoolEntryAccept(dotClassJavacMatcher.matchedConstantIndex(X), this);
291 clazz.constantPoolEntryAccept(dotClassJikesMatcher.matchedConstantIndex(X), this);
404 clazz.constantPoolEntryAccept(methodrefConstantIndex, this);
  /external/proguard/src/proguard/classfile/constant/visitor/
MethodrefTraveler.java 56 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex,
BootstrapMethodHandleTraveler.java 93 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex,
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 63 clazz.constantPoolEntryAccept(constantIndex, this);
147 clazz.constantPoolEntryAccept(invokeDynamicConstant.u2nameAndTypeIndex, this);
176 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
188 clazz.constantPoolEntryAccept(fieldrefConstant.u2classIndex, this);
204 clazz.constantPoolEntryAccept(interfaceMethodrefConstant.u2classIndex, this);
220 clazz.constantPoolEntryAccept(methodrefConstant.u2classIndex, this);
MethodInvocationFixer.java 85 clazz.constantPoolEntryAccept(constantIndex, this);
207 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
  /external/proguard/src/proguard/classfile/visitor/
ExceptionHandlerConstantVisitor.java 59 clazz.constantPoolEntryAccept(catchType, constantVisitor);
DotClassClassVisitor.java 73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
  /external/proguard/src/proguard/optimize/
BootstrapMethodArgumentShrinker.java 57 clazz.constantPoolEntryAccept(bootstrapMethodInfo.u2methodHandleIndex, this);
84 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
  /external/proguard/src/proguard/optimize/info/
AccessMethodMarker.java 57 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
84 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
91 clazz.constantPoolEntryAccept(refConstant.u2classIndex, this);
ReadWriteFieldMarker.java 65 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
73 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
81 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
SideEffectInstructionChecker.java 183 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
189 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
203 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
218 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
225 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
240 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);
SuperInvocationMarker.java 56 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionConstantVisitor.java 60 clazz.constantPoolEntryAccept(constantInstruction.constantIndex,
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 176 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/
InterfaceUsageMarker.java 135 clazz.constantPoolEntryAccept(classConstant.u2nameIndex, this);
SignatureUsageMarker.java 118 clazz.constantPoolEntryAccept(index, this);
  /external/proguard/src/proguard/classfile/
Clazz.java 207 public void constantPoolEntryAccept(int index, ConstantVisitor constantVisitor);

Completed in 340 milliseconds

1 2 3