Home
last modified time | relevance | path

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

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