Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h113 ObjPtr<mirror::Object> GetAnnotationForClass(Handle<mirror::Class> klass,
Ddex_file_annotations.cc1483 ObjPtr<mirror::Object> GetAnnotationForClass(Handle<mirror::Class> klass, in GetAnnotationForClass() function
/art/runtime/native/
Djava_lang_Class.cc693 annotations::GetAnnotationForClass(klass, annotation_class)); in Class_getDeclaredAnnotation()