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

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

Completed in 90 milliseconds