Home
last modified time | relevance | path

Searched refs:GetSignatureAnnotationForField (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h43 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForField(ArtField* field)
H A Ddex_file_annotations.cc1009 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForField(ArtField* field) { in GetSignatureAnnotationForField() function
/aosp12/art/openjdkjvmti/
H A Dti_field.cc176 art::annotations::GetSignatureAnnotationForField(art_field); in GetFieldName()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Field.cc508 return soa.AddLocalReference<jobjectArray>(annotations::GetSignatureAnnotationForField(field)); in Field_getSignatureAnnotation()