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 | 477 ObjPtr<mirror::Class> annotation_array_class = in Field_getDeclaredAnnotations() local 480 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Field_getDeclaredAnnotations()
|
D | java_lang_Class.cc | 643 ObjPtr<mirror::Class> annotation_array_class = in Class_getDeclaredAnnotations() local 647 annotation_array_class, in Class_getDeclaredAnnotations()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 921 Handle<mirror::Class> annotation_array_class(hs.NewHandle( in ProcessAnnotationSet() local 924 return mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), 0); in ProcessAnnotationSet() 929 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), size))); in ProcessAnnotationSet() 957 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet() 979 ObjPtr<mirror::Class> annotation_array_class = in ProcessAnnotationSetRefList() local 982 Runtime::Current()->GetClassLinker()->FindArrayClass(self, annotation_array_class); in ProcessAnnotationSetRefList()
|