Home
last modified time | relevance | path

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

/art/runtime/dex/
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)
62 Handle<mirror::Class> annotation_class)
76 Handle<mirror::Class> annotation_class,
89 Handle<mirror::Class> annotation_class)
110 Handle<mirror::Class> annotation_class)
Ddex_file_annotations.cc120 Handle<mirror::Class> annotation_class,
345 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
349 if (annotation_class == nullptr) { in ProcessEncodedAnnotation()
376 mirror::Object* new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation()
386 uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())), in ProcessEncodedAnnotation()
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
710 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
769 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
794 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
806 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
[all …]
/art/runtime/native/
Djava_lang_Class.cc638 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
640 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation()
783 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local
784 return annotations::IsClassAnnotationPresent(klass, annotation_class); in Class_isDeclaredAnnotationPresent()