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

  /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 385 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
387 fixElementValue(clazz, annotation, annotationElementValue);
390 annotationElementValue.annotationAccept(clazz, this);
ClassReferenceFixer.java 414 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
417 annotationElementValue.annotationAccept(clazz, this);
ConstantPoolRemapper.java 575 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
577 annotationElementValue.u2elementNameIndex =
578 remapConstantIndex(annotationElementValue.u2elementNameIndex);
581 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/shrink/
AnnotationUsageMarker.java 208 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
210 if (isReferencedMethodUsed(annotationElementValue))
216 annotationElementValue.annotationAccept(clazz, this);
221 usageMarker.markAsUsed(annotationElementValue);
223 markConstant(clazz, annotationElementValue.u2elementNameIndex);
ClassShrinker.java 296 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
299 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/classfile/visitor/
ClassCleaner.java 255 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
257 clean(annotationElementValue);
259 annotationElementValue.annotationAccept(clazz, this);
ClassPrinter.java     [all...]
  /external/proguard/src/proguard/obfuscate/
Utf8UsageMarker.java 339 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
341 if (annotationElementValue.u2elementNameIndex != 0)
343 markCpUtf8Entry(clazz, annotationElementValue.u2elementNameIndex);
347 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java 344 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
347 visitAnyElementValue(clazz, annotation, annotationElementValue);
350 annotationElementValue.annotationAccept(clazz, this);
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 395 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue)
397 initializeElementValue(clazz, annotation, annotationElementValue);
400 annotationElementValue.annotationAccept(clazz, this);
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 287 milliseconds