Searched refs:GetParameterAnnotations (Results 1 – 5 of 5) sorted by relevance
58 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method)
327 dex_file->GetParameterAnnotations(annotations_dir); in FindAnnotationsItemForMethod()1127 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations() function
89 hs.NewHandle(annotations::GetParameterAnnotations(method)); in Executable_getParameterAnnotationsNative()
694 const dex::ParameterAnnotationsItem* GetParameterAnnotations( in GetParameterAnnotations() function
762 const dex::ParameterAnnotationsItem* pars = pDexFile->GetParameterAnnotations(dir); in dumpClassAnnotations()