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
714 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
785 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet()
821 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
1010 Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1040 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1097 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1154 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1246 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1275 jclass annotation_class) { in IsMethodBuildAnnotationPresent()
[all …]
/art/runtime/native/
Djava_lang_Class.cc632 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
773 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local