Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_reflect_Parameter.cc98 annotations::GetAnnotationForMethodParameter(method, parameterIndex, klass)); in Parameter_getAnnotationNative()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h62 ObjPtr<mirror::Object> GetAnnotationForMethodParameter(ArtMethod* method,
H A Ddex_file_annotations.cc1131 ObjPtr<mirror::Object> GetAnnotationForMethodParameter(ArtMethod* method, in GetAnnotationForMethodParameter() function