Home
last modified time | relevance | path

Searched defs:annotation_class (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_annotations.cc324 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
681 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
754 Handle<mirror::Class> annotation_class, in GetAnnotationItemFromAnnotationSet()
809 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
1001 mirror::Object* GetAnnotationForField(ArtField* field, Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1031 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1087 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1129 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1223 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1240 Handle<mirror::Class> annotation_class) { in GetAnnotationForClass()
[all …]
/art/runtime/native/
Djava_lang_Class.cc509 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
654 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local