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()
1040 dex_file->GetClassAnnotationSet(annotations_dir); in GetAnnotationDefaultValue()
1474 const AnnotationSetItem* annotation_set = dex_file.GetClassAnnotationSet(annotations_dir); in HasDeadReferenceSafeAnnotation()
/art/libdexfile/dex/
Ddex_file.h558 const dex::AnnotationSetItem* GetClassAnnotationSet(const dex::AnnotationsDirectoryItem* anno_dir) in GetClassAnnotationSet() function
/art/dexlayout/
Ddex_ir_builder.cc728 dex_file.GetClassAnnotationSet(disk_annotations_item); in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc698 const dex::AnnotationSetItem* class_set_item = pDexFile->GetClassAnnotationSet(dir); in dumpClassAnnotations()