Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc345 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember()
769 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet()
806 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet()
998 mirror::Object* GetAnnotationForField(ArtField* field, Handle<mirror::Class> annotation_class) { in GetAnnotationForField()
1028 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent()
1084 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod()
1141 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter()
1237 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent()
1266 jclass annotation_class) { in IsMethodBuildAnnotationPresent()
[all …]
/art/runtime/native/
Djava_lang_Class.cc638 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationClass))); in Class_getDeclaredAnnotation() local
783 Handle<mirror::Class> annotation_class(hs.NewHandle(soa.Decode<mirror::Class>(annotationType))); in Class_isDeclaredAnnotationPresent() local