Home
last modified time | relevance | path

Searched refs:GetAnnotationForClass (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h129 ObjPtr<mirror::Object> GetAnnotationForClass(Handle<mirror::Class> klass,
H A Ddex_file_annotations.cc1531 ObjPtr<mirror::Object> GetAnnotationForClass(Handle<mirror::Class> klass, in GetAnnotationForClass() function
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc568 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation()