Searched refs:GetParameterAnnotations (Results 1 – 4 of 4) sorted by relevance
96 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetParameterAnnotations(method)); in Method_getParameterAnnotationsNative()
94 method->GetDexFile()->GetParameterAnnotations(method)); in Constructor_getParameterAnnotationsNative()
915 const ParameterAnnotationsItem* GetParameterAnnotations(const AnnotationsDirectoryItem* anno_dir) in GetParameterAnnotations() function997 mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method) const
1268 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