Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h132 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForClass(Handle<mirror::Class> klass)
H A Ddex_file_annotations.cc1544 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForClass(Handle<mirror::Class> klass) { in GetAnnotationsForClass() function
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc589 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForClass(klass)); in Class_getDeclaredAnnotations()