Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h38 ObjPtr<mirror::Object> GetAnnotationForField(ArtField* field,
H A Ddex_file_annotations.cc988 ObjPtr<mirror::Object> GetAnnotationForField(ArtField* field, in GetAnnotationForField() function
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Field.cc473 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForField(field, klass)); in Field_getAnnotationNative()