Searched refs:annotation_class (Results 1 – 3 of 3) sorted by relevance
/art/runtime/dex/ |
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)
|
D | dex_file_annotations.cc | 138 Handle<mirror::Class> annotation_class, 362 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local 366 if (annotation_class == nullptr) { in ProcessEncodedAnnotation() 393 ObjPtr<mirror::Object> new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation() 403 uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())), in ProcessEncodedAnnotation() 699 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument 712 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember() 764 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument 789 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet() 800 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument [all …]
|
/art/runtime/native/ |
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()
|