Searched refs:classAnnotations (Results 1 – 3 of 3) sorted by relevance
43 private AnnotationSetItem classAnnotations; field in AnnotationsDirectoryItem60 classAnnotations = null; in AnnotationsDirectoryItem()79 return (classAnnotations == null) && in isEmpty()94 return (classAnnotations != null) && in isInternable()103 if (classAnnotations == null) { in hashCode()107 return classAnnotations.hashCode(); in hashCode()126 return classAnnotations.compareTo(otherDirectory.classAnnotations); in compareTo0()142 if (classAnnotations != null) { in setClassAnnotations()147 classAnnotations = new AnnotationSetItem(annotations, dexFile); in setClassAnnotations()247 if (classAnnotations != null) { in addContents()[all …]
44 private AnnotationSetItem classAnnotations; field in AnnotationsDirectoryItem61 classAnnotations = null; in AnnotationsDirectoryItem()80 return (classAnnotations == null) && in isEmpty()95 return (classAnnotations != null) && in isInternable()104 if (classAnnotations == null) { in hashCode()108 return classAnnotations.hashCode(); in hashCode()127 return classAnnotations.compareTo(otherDirectory.classAnnotations); in compareTo0()142 if (classAnnotations != null) { in setClassAnnotations()147 classAnnotations = new AnnotationSetItem(annotations); in setClassAnnotations()243 if (classAnnotations != null) { in addContents()[all …]
139 Annotations classAnnotations = in translate0() local141 if (classAnnotations.size() != 0) { in translate0()142 out.setClassAnnotations(classAnnotations, dexFile); in translate0()