Searched refs:annotation_class (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | dex_file_annotations.h | 38 mirror::Object* GetAnnotationForField(ArtField* field, Handle<mirror::Class> annotation_class) 44 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) 50 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class) 60 Handle<mirror::Class> annotation_class) 74 Handle<mirror::Class> annotation_class, 81 Handle<mirror::Class> annotation_class) 102 Handle<mirror::Class> annotation_class)
|
D | dex_file_annotations.cc | 118 Handle<mirror::Class> annotation_class, 324 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local 329 if (annotation_class == nullptr) { in ProcessEncodedAnnotation() 356 mirror::Object* new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation() 366 uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())), in ProcessEncodedAnnotation() 681 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument 694 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember() 754 Handle<mirror::Class> annotation_class, in GetAnnotationItemFromAnnotationSet() argument 798 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet() 810 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument [all …]
|
/art/runtime/native/ |
D | java_lang_Class.cc | 511 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local 513 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation() 656 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local 657 return annotations::IsClassAnnotationPresent(klass, annotation_class); in Class_isDeclaredAnnotationPresent()
|