Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc350 return dex_file.GetClassAnnotationSet(annotations_dir); in FindAnnotationSetForClass()
1040 dex_file->GetClassAnnotationSet(annotations_dir); in GetAnnotationDefaultValue()
1436 const AnnotationSetItem* annotation_set = dex_file.GetClassAnnotationSet(annotations_dir); in HasDeadReferenceSafeAnnotation()
/aosp12/art/libdexfile/dex/
H A Ddex_file.h574 const dex::AnnotationSetItem* GetClassAnnotationSet(const dex::AnnotationsDirectoryItem* anno_dir) in GetClassAnnotationSet() function
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc728 dex_file.GetClassAnnotationSet(disk_annotations_item); in CreateAnnotationsDirectoryItem()
/aosp12/art/dexdump/
H A Ddexdump.cc698 const dex::AnnotationSetItem* class_set_item = pDexFile->GetClassAnnotationSet(dir); in dumpClassAnnotations()