Home
last modified time | relevance | path

Searched refs:annotation_class (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h39 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,
130 Handle<mirror::Class> annotation_class)
161 Handle<mirror::Class> annotation_class)
Ddex_file_annotations.cc137 Handle<mirror::Class> annotation_class,
364 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
368 if (annotation_class == nullptr) { in ProcessEncodedAnnotation()
393 ObjPtr<mirror::Object> new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation()
403 self, annotation_class.Get(), h_element_array.Get()); in ProcessEncodedAnnotation()
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
708 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
761 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
786 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
797 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
[all …]
/art/runtime/native/
Djava_lang_Class.cc566 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
568 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation()
778 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local
779 return annotations::IsClassAnnotationPresent(klass, annotation_class); in Class_isDeclaredAnnotationPresent()