Searched refs:annotation_array_class (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
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()
|
D | java_lang_reflect_Field.cc | 479 ObjPtr<mirror::Class> annotation_array_class = in Field_getDeclaredAnnotations() local 482 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Field_getDeclaredAnnotations()
|
D | java_lang_Class.cc | 706 ObjPtr<mirror::Class> annotation_array_class = in Class_getDeclaredAnnotations() local 710 annotation_array_class, in Class_getDeclaredAnnotations()
|
/art/runtime/dex/ |
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()
|