Home
last modified time | relevance | path

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

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