Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc362 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
699 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
764 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet()
800 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
989 Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1019 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1076 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1133 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1225 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1254 jclass annotation_class) { in IsMethodBuildAnnotationPresent()
[all …]
/art/runtime/native/
Djava_lang_Class.cc693 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
874 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local