Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_annotations.h38 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)
Ddex_file_annotations.cc118 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/
Djava_lang_Class.cc511 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()