Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc350 return dex_file.GetClassAnnotationSet(annotations_dir); in FindAnnotationSetForClass()
1061 dex_file->GetClassAnnotationSet(annotations_dir); in GetAnnotationDefaultValue()
1495 const AnnotationSetItem* annotation_set = dex_file.GetClassAnnotationSet(annotations_dir); in HasDeadReferenceSafeAnnotation()
/art/libdexfile/dex/
Ddex_file.h555 const dex::AnnotationSetItem* GetClassAnnotationSet(const dex::AnnotationsDirectoryItem* anno_dir) in GetClassAnnotationSet() function
/art/dexlayout/
Ddex_ir_builder.cc727 dex_file.GetClassAnnotationSet(disk_annotations_item); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc659 const dex::AnnotationSetItem* class_set_item = pDexFile->GetClassAnnotationSet(dir); in dumpClassAnnotations()