Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc662 static void dumpAnnotationSetItem(const DexFile* pDexFile, const dex::AnnotationSetItem* set_item) { in dumpAnnotationSetItem() function
706 dumpAnnotationSetItem(pDexFile, class_set_item); in dumpClassAnnotations()
716 dumpAnnotationSetItem(pDexFile, pDexFile->GetFieldAnnotationSetItem(fields[i])); in dumpClassAnnotations()
727 dumpAnnotationSetItem(pDexFile, pDexFile->GetMethodAnnotationSetItem(methods[i])); in dumpClassAnnotations()
743 dumpAnnotationSetItem(pDexFile, pDexFile->GetSetRefItemItem(&list->list_[j])); in dumpClassAnnotations()