Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h598 const dex::AnnotationSetItem* GetMethodAnnotationSetItem( in GetMethodAnnotationSetItem() function
/art/dexlayout/
Ddex_ir_builder.cc758 dex_file.GetMethodAnnotationSetItem(methods[i]); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc727 dumpAnnotationSetItem(pDexFile, pDexFile->GetMethodAnnotationSetItem(methods[i])); in dumpClassAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc299 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]); in FindAnnotationSetForMethod()