Home
last modified time | relevance | path

Searched refs:GetMethodAnnotationSetItem (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc302 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()
1333 dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in GetNativeMethodAnnotationAccessFlags()
1358 return MethodIsNeverCompile(dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in MethodIsNeverCompile()
/art/libdexfile/dex/
Ddex_file.h712 const dex::AnnotationSetItem* GetMethodAnnotationSetItem( in GetMethodAnnotationSetItem() function
/art/dexdump/
Ddexdump.cc788 dumpAnnotationSetItem(pDexFile, pDexFile->GetMethodAnnotationSetItem(methods[i])); in dumpClassAnnotations()