Home
last modified time | relevance | path

Searched refs:annotation_array_class (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Executable.cc47 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()
Djava_lang_reflect_Field.cc479 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()
Djava_lang_Class.cc706 ObjPtr<mirror::Class> annotation_array_class = in Class_getDeclaredAnnotations() local
710 annotation_array_class, in Class_getDeclaredAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc900 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()