Searched refs:annotation_array_class (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Executable.cc | 47 ObjPtr<mirror::Class> annotation_array_class = in Executable_getDeclaredAnnotationsNative() local 50 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Executable_getDeclaredAnnotationsNative() 130 ObjPtr<mirror::Class> annotation_array_class = in Executable_getParameterAnnotationsNative() local 133 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0)); in Executable_getParameterAnnotationsNative()
|
H A D | java_lang_reflect_Field.cc | 493 ObjPtr<mirror::Class> annotation_array_class = in Field_getDeclaredAnnotations() local 496 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Field_getDeclaredAnnotations()
|
H A D | java_lang_Class.cc | 708 ObjPtr<mirror::Class> annotation_array_class = in Class_getDeclaredAnnotations() local 712 annotation_array_class, in Class_getDeclaredAnnotations()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 900 Handle<mirror::Class> annotation_array_class(hs.NewHandle( in ProcessAnnotationSet() local 903 return mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), 0); in ProcessAnnotationSet() 908 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), size))); in ProcessAnnotationSet() 936 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet() 958 ObjPtr<mirror::Class> annotation_array_class = in ProcessAnnotationSetRefList() local 961 Runtime::Current()->GetClassLinker()->FindArrayClass(self, annotation_array_class); in ProcessAnnotationSetRefList()
|