Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h41 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForField(ArtField* field)
Ddex_file_annotations.cc1002 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForField(ArtField* field) { in GetAnnotationsForField() function
/art/runtime/native/
Djava_lang_reflect_Field.cc485 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForField(field)); in Field_getDeclaredAnnotations()