Home
last modified time | relevance | path

Searched refs:FindAnnotationsItemForMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h987 const ParameterAnnotationsItem* FindAnnotationsItemForMethod(ArtMethod* method) const
Ddex_file.cc1261 const DexFile::ParameterAnnotationsItem* DexFile::FindAnnotationsItemForMethod(ArtMethod* method) in FindAnnotationsItemForMethod() function in art::DexFile
1351 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method); in GetParameterAnnotations()