Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc96 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetParameterAnnotations(method)); in Method_getParameterAnnotationsNative()
Djava_lang_reflect_Constructor.cc94 method->GetDexFile()->GetParameterAnnotations(method)); in Constructor_getParameterAnnotationsNative()
/art/runtime/
Ddex_file.h915 const ParameterAnnotationsItem* GetParameterAnnotations(const AnnotationsDirectoryItem* anno_dir) in GetParameterAnnotations() function
997 mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method) const
Ddex_file.cc1268 const ParameterAnnotationsItem* parameter_annotations = GetParameterAnnotations(annotations_dir); in FindAnnotationsItemForMethod()
1350 mirror::ObjectArray<mirror::Object>* DexFile::GetParameterAnnotations(ArtMethod* method) const { in GetParameterAnnotations() function in art::DexFile