Lines Matching refs:annotation_class
138 Handle<mirror::Class> annotation_class,
362 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
366 if (annotation_class == nullptr) { in ProcessEncodedAnnotation()
393 ObjPtr<mirror::Object> new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation()
403 uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())), in ProcessEncodedAnnotation()
699 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
712 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
764 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
789 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
800 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
803 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
989 Handle<mirror::Class> annotation_class) { in GetAnnotationForField() argument
999 annotation_class); in GetAnnotationForField()
1019 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent() argument
1027 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()
1076 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod() argument
1082 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod()
1133 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter() argument
1156 annotation_class); in GetAnnotationForMethodParameter()
1225 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent() argument
1232 ClassData(method), annotation_set, visibility, annotation_class); in IsMethodAnnotationPresent()
1254 jclass annotation_class) { in IsMethodBuildAnnotationPresent() argument
1264 DCheckNativeAnnotation(descriptor, annotation_class); in IsMethodBuildAnnotationPresent()
1446 Handle<mirror::Class> annotation_class) { in GetAnnotationForClass() argument
1455 annotation_class); in GetAnnotationForClass()
1696 bool IsClassAnnotationPresent(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class) { in IsClassAnnotationPresent() argument
1703 data, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsClassAnnotationPresent()