Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Field.cc440 return soa.AddLocalReference<jobjectArray>(field->GetDexFile()->GetAnnotationsForField(field)); in Field_getDeclaredAnnotations()
/art/runtime/
Ddex_file.h978 mirror::ObjectArray<mirror::Object>* GetAnnotationsForField(ArtField* field) const
Ddex_file.cc1210 mirror::ObjectArray<mirror::Object>* DexFile::GetAnnotationsForField(ArtField* field) const { in GetAnnotationsForField() function in art::DexFile