Home
last modified time | relevance | path

Searched defs:GetParameterAnnotations (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h915 const ParameterAnnotationsItem* GetParameterAnnotations(const AnnotationsDirectoryItem* anno_dir) in GetParameterAnnotations() function
Ddex_file.cc1350 mirror::ObjectArray<mirror::Object>* DexFile::GetParameterAnnotations(ArtMethod* method) const { in GetParameterAnnotations() function in art::DexFile