Lines Matching refs:annotation_class
120 Handle<mirror::Class> annotation_class,
345 Handle<mirror::Class> annotation_class(hs.NewHandle( in ProcessEncodedAnnotation() local
349 if (annotation_class == nullptr) { in ProcessEncodedAnnotation()
376 mirror::Object* new_member = CreateAnnotationMember(klass, annotation_class, annotation); in ProcessEncodedAnnotation()
386 uint32_t args[2] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(annotation_class.Get())), in ProcessEncodedAnnotation()
697 Handle<mirror::Class> annotation_class, in CreateAnnotationMember() argument
710 annotation_class->FindDeclaredVirtualMethodByName(name, pointer_size); in CreateAnnotationMember()
769 Handle<mirror::Class> annotation_class) in GetAnnotationItemFromAnnotationSet() argument
794 if (resolved_class == annotation_class.Get()) { in GetAnnotationItemFromAnnotationSet()
806 Handle<mirror::Class> annotation_class) in GetAnnotationObjectFromAnnotationSet() argument
809 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
998 mirror::Object* GetAnnotationForField(ArtField* field, Handle<mirror::Class> annotation_class) { in GetAnnotationForField() argument
1008 annotation_class); in GetAnnotationForField()
1028 bool IsFieldAnnotationPresent(ArtField* field, Handle<mirror::Class> annotation_class) { in IsFieldAnnotationPresent() argument
1036 field_class, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsFieldAnnotationPresent()
1084 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod() argument
1090 DexFile::kDexVisibilityRuntime, annotation_class); in GetAnnotationForMethod()
1141 Handle<mirror::Class> annotation_class) { in GetAnnotationForMethodParameter() argument
1165 annotation_class); in GetAnnotationForMethodParameter()
1237 Handle<mirror::Class> annotation_class, in IsMethodAnnotationPresent() argument
1244 ClassData(method), annotation_set, visibility, annotation_class); in IsMethodAnnotationPresent()
1266 jclass annotation_class) { in IsMethodBuildAnnotationPresent() argument
1276 DCheckNativeAnnotation(descriptor, annotation_class); in IsMethodBuildAnnotationPresent()
1311 Handle<mirror::Class> annotation_class) { in GetAnnotationForClass() argument
1320 annotation_class); in GetAnnotationForClass()
1561 bool IsClassAnnotationPresent(Handle<mirror::Class> klass, Handle<mirror::Class> annotation_class) { in IsClassAnnotationPresent() argument
1568 data, annotation_set, DexFile::kDexVisibilityRuntime, annotation_class); in IsClassAnnotationPresent()