Searched refs:annotation_class (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.h | 39 Handle<mirror::Class> annotation_class) 45 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) 52 Handle<mirror::Class> annotation_class) 64 Handle<mirror::Class> annotation_class) 78 Handle<mirror::Class> annotation_class, 114 Handle<mirror::Class> annotation_class) 135 Handle<mirror::Class> annotation_class)
|
H A D | dex_file_annotations.cc | 362 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local 366 if (annotation_class == nullptr) { in ProcessEncodedAnnotation() 789 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet() 803 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet() 999 annotation_class); in GetAnnotationForField() 1156 annotation_class); in GetAnnotationForMethodParameter() 1225 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent() argument 1232 ClassData(method), annotation_set, visibility, annotation_class); in IsMethodAnnotationPresent() 1254 jclass annotation_class) { in IsMethodBuildAnnotationPresent() argument 1264 DCheckNativeAnnotation(descriptor, annotation_class); in IsMethodBuildAnnotationPresent() [all …]
|
/aosp12/art/runtime/native/ |
H A D | java_lang_Class.cc | 693 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local 695 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation() 874 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local 875 return annotations::IsClassAnnotationPresent(klass, annotation_class); in Class_isDeclaredAnnotationPresent()
|