Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc364 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
761 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet()
797 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
1016 Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1046 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1103 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1160 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1252 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1281 jclass annotation_class) { in IsMethodBuildAnnotationPresent()
[all …]
/art/runtime/native/
Djava_lang_Class.cc566 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
778 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local