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()
714 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
727 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
785 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
810 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
821 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
824 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
1010 Handle<mirror::Class> annotation_class) { in GetAnnotationForField() argument
1020 annotation_class); in GetAnnotationForField()
1040 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent() argument
1048 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()
1097 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod() argument
1103 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod()
1154 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter() argument
1177 annotation_class); in GetAnnotationForMethodParameter()
1246 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent() argument
1253 ClassData(method), annotation_set, visibility, annotation_class); in IsMethodAnnotationPresent()
1275 jclass annotation_class) { in IsMethodBuildAnnotationPresent() argument
1285 DCheckNativeAnnotation(descriptor, annotation_class); in IsMethodBuildAnnotationPresent()
1505 Handle<mirror::Class> annotation_class) { in GetAnnotationForClass() argument
1514 annotation_class); in GetAnnotationForClass()
1755 bool IsClassAnnotationPresent(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class) { in IsClassAnnotationPresent() argument
1762 data, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsClassAnnotationPresent()