Home
last modified time | relevance | path

Searched refs:declAnnos (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/reflect/
H A DRecordComponent.java187 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
188 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
190 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
193 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
195 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
201 declaredAnnotations = declAnnos; in declaredAnnotations()
205 return declAnnos; in declaredAnnotations()
H A DExecutable.java613 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
614 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
616 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
619 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
621 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
628 declaredAnnotations = declAnnos; in declaredAnnotations()
632 return declAnnos; in declaredAnnotations()
H A DField.java1197 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1198 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1200 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1203 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1205 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1211 declaredAnnotations = declAnnos; in declaredAnnotations()
1215 return declAnnos; in declaredAnnotations()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/reflect/
H A DRecordComponent.java187 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
188 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
190 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
193 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
195 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
201 declaredAnnotations = declAnnos; in declaredAnnotations()
205 return declAnnos; in declaredAnnotations()
H A DExecutable.java617 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
618 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
620 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
623 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
625 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
632 declaredAnnotations = declAnnos; in declaredAnnotations()
636 return declAnnos; in declaredAnnotations()
H A DField.java1203 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1204 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1206 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1209 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1211 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1217 declaredAnnotations = declAnnos; in declaredAnnotations()
1221 return declAnnos; in declaredAnnotations()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DRecordComponent.java197 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
198 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
200 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
204 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
206 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
212 declaredAnnotations = declAnnos; in declaredAnnotations()
216 return declAnnos; in declaredAnnotations()
H A DExecutable.java612 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
613 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
615 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
618 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
620 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
627 declaredAnnotations = declAnnos; in declaredAnnotations()
631 return declAnnos; in declaredAnnotations()
H A DField.java1197 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1198 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1200 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1203 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1205 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1211 declaredAnnotations = declAnnos; in declaredAnnotations()
1215 return declAnnos; in declaredAnnotations()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DRecordComponent.java194 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
195 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
197 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
201 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
203 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
209 declaredAnnotations = declAnnos; in declaredAnnotations()
213 return declAnnos; in declaredAnnotations()
H A DExecutable.java606 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
607 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
609 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
612 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
614 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
621 declaredAnnotations = declAnnos; in declaredAnnotations()
625 return declAnnos; in declaredAnnotations()
H A DField.java1165 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1166 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1168 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1171 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1173 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1179 declaredAnnotations = declAnnos; in declaredAnnotations()
1183 return declAnnos; in declaredAnnotations()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DExecutable.java596 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
597 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
599 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
602 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
604 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
611 declaredAnnotations = declAnnos; in declaredAnnotations()
615 return declAnnos; in declaredAnnotations()
H A DField.java1167 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1168 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1170 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1173 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1175 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1181 declaredAnnotations = declAnnos; in declaredAnnotations()
1185 return declAnnos; in declaredAnnotations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/reflect/
H A DExecutable.java596 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
597 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
599 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
602 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
604 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
611 declaredAnnotations = declAnnos; in declaredAnnotations()
615 return declAnnos; in declaredAnnotations()
H A DField.java1167 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1168 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1170 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1173 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1175 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1181 declaredAnnotations = declAnnos; in declaredAnnotations()
1185 return declAnnos; in declaredAnnotations()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/reflect/
H A DExecutable.java594 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
595 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
597 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
600 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
602 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
609 declaredAnnotations = declAnnos; in declaredAnnotations()
613 return declAnnos; in declaredAnnotations()
H A DField.java1145 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1146 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1148 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1151 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1153 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1159 declaredAnnotations = declAnnos; in declaredAnnotations()
1163 return declAnnos; in declaredAnnotations()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/reflect/
H A DExecutable.java594 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
595 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
597 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
600 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
602 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
609 declaredAnnotations = declAnnos; in declaredAnnotations()
613 return declAnnos; in declaredAnnotations()
H A DField.java1145 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1146 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1148 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1151 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1153 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1159 declaredAnnotations = declAnnos; in declaredAnnotations()
1163 return declAnnos; in declaredAnnotations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/reflect/
H A DExecutable.java606 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
607 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
609 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
612 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
614 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
621 declaredAnnotations = declAnnos; in declaredAnnotations()
625 return declAnnos; in declaredAnnotations()
H A DField.java1167 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1168 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1170 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1173 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1175 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1181 declaredAnnotations = declAnnos; in declaredAnnotations()
1185 return declAnnos; in declaredAnnotations()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/reflect/
H A DExecutable.java600 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
601 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
603 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
606 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
608 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
615 declaredAnnotations = declAnnos; in declaredAnnotations()
619 return declAnnos; in declaredAnnotations()
H A DField.java1167 Map<Class<? extends Annotation>, Annotation> declAnnos; in declaredAnnotations() local
1168 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1170 if ((declAnnos = declaredAnnotations) == null) { in declaredAnnotations()
1173 declAnnos = root.declaredAnnotations(); in declaredAnnotations()
1175 declAnnos = AnnotationParser.parseAnnotations( in declaredAnnotations()
1181 declaredAnnotations = declAnnos; in declaredAnnotations()
1185 return declAnnos; in declaredAnnotations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/patterns/
H A DAnnotations.java127 String declAnnos = varEl.getAnnotationMirrors().toString(); in process() local
128 if (!expectedDeclAnnos.equals(declAnnos)) { in process()
129 throw new AssertionError("Unexpected modifiers: " + declAnnos + in process()

12