Home
last modified time | relevance | path

Searched refs:GetMethodAnnotations (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_file.h683 const dex::MethodAnnotationsItem* GetMethodAnnotations( in GetMethodAnnotations() function
/art/dexdump/
Ddexdump.cc761 const dex::MethodAnnotationsItem* methods = pDexFile->GetMethodAnnotations(dir); in dumpClassAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc295 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod()
/art/runtime/
Dclass_linker.cc3929 : current_((annotations_dir != nullptr) ? dex_file.GetMethodAnnotations(annotations_dir) in MethodAnnotationsIterator()