HomeSort by relevance Sort by last modified time
    Searched defs:annotationElementValue (Results 1 - 25 of 33) sorted by null

1 2

  /external/proguard/src/proguard/classfile/editor/
ElementValueAdder.java 156 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
159 AnnotationElementValue newAnnotationElementValue =
160 new AnnotationElementValue(annotationElementValue.u2elementNameIndex == 0 ? 0 :
161 constantAdder.addConstant(clazz, annotationElementValue.u2elementNameIndex),
164 newAnnotationElementValue.referencedClass = annotationElementValue.referencedClass;
165 newAnnotationElementValue.referencedMethod = annotationElementValue.referencedMethod;
167 annotationElementValue.annotationAccept(clazz,
MemberReferenceFixer.java 380 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
382 fixElementValue(clazz, annotation, annotationElementValue);
385 annotationElementValue.annotationAccept(clazz, this);
ClassReferenceFixer.java 459 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
462 annotationElementValue.annotationAccept(clazz, this);
Utf8Shrinker.java 379 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
381 if (annotationElementValue.u2elementNameIndex != 0)
383 markCpUtf8Entry(clazz, annotationElementValue.u2elementNameIndex);
387 annotationElementValue.annotationAccept(clazz, this);
ConstantPoolRemapper.java 640 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
642 annotationElementValue.u2elementNameIndex =
643 remapConstantIndex(annotationElementValue.u2elementNameIndex);
646 annotationElementValue.annotationAccept(clazz, this);
ConstantPoolShrinker.java 491 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
493 if (annotationElementValue.u2elementNameIndex != 0)
495 markConstant(clazz, annotationElementValue.u2elementNameIndex);
499 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AllElementValueVisitor.java 186 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
188 elementValueVisitor.visitAnnotationElementValue(clazz, annotation, annotationElementValue);
192 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/classfile/visitor/
ReferencedClassVisitor.java 257 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
260 annotationElementValue.annotationAccept(clazz, this);
ClassCleaner.java 344 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
346 clean(annotationElementValue);
348 annotationElementValue.annotationAccept(clazz, this);
ClassPrinter.java     [all...]
  /external/proguard/src/proguard/shrink/
AnnotationUsageMarker.java 196 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
198 if (isReferencedMethodUsed(annotationElementValue))
204 annotationElementValue.annotationAccept(clazz, this);
209 usageMarker.markAsUsed(annotationElementValue);
211 markConstant(clazz, annotationElementValue.u2elementNameIndex);
ClassShrinker.java 336 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
339 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java 380 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
383 visitAnyElementValue(clazz, annotation, annotationElementValue);
386 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 428 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
430 initializeElementValue(clazz, annotation, annotationElementValue);
433 annotationElementValue.annotationAccept(clazz, this);
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 

Completed in 1734 milliseconds

1 2