Lines Matching refs:annotation_class

137                                               Handle<mirror::Class> annotation_class,
364 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
368 if (annotation_class == nullptr) { in ProcessEncodedAnnotation()
393 ObjPtr<mirror::Object> new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation()
403 self, annotation_class.Get(), h_element_array.Get()); in ProcessEncodedAnnotation()
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
708 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
761 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
786 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
797 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
800 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
1016 Handle<mirror::Class> annotation_class) { in GetAnnotationForField() argument
1026 annotation_class); in GetAnnotationForField()
1046 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent() argument
1054 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()
1103 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod() argument
1109 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod()
1160 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter() argument
1183 annotation_class); in GetAnnotationForMethodParameter()
1252 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent() argument
1259 ClassData(method), annotation_set, visibility, annotation_class); in IsMethodAnnotationPresent()
1281 jclass annotation_class) { in IsMethodBuildAnnotationPresent() argument
1291 DCheckNativeAnnotation(descriptor, annotation_class); in IsMethodBuildAnnotationPresent()
1524 Handle<mirror::Class> annotation_class) { in GetAnnotationForClass() argument
1533 annotation_class); in GetAnnotationForClass()
1837 bool IsClassAnnotationPresent(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class) { in IsClassAnnotationPresent() argument
1844 data, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsClassAnnotationPresent()