Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc154 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForField()
291 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForMethod()
322 dex_file->GetAnnotationsDirectory(method->GetClassDef()); in FindAnnotationsItemForMethod()
349 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(*class_def); in FindAnnotationSetForClass()
1062 dex_file->GetAnnotationsDirectory(*klass.GetClassDef()); in GetAnnotationDefaultValue()
1510 dex_file.GetAnnotationsDirectory(class_def); in HasDeadReferenceSafeAnnotation()
/art/libdexfile/dex/
Ddex_file.h666 const dex::AnnotationsDirectoryItem* GetAnnotationsDirectory(const dex::ClassDef& class_def) in GetAnnotationsDirectory() function
/art/dexdump/
Ddexdump.cc752 const dex::AnnotationsDirectoryItem* dir = pDexFile->GetAnnotationsDirectory(pClassDef); in dumpClassAnnotations()
/art/runtime/
Dclass_linker.cc3990 MethodAnnotationsIterator mai_direct(dex_file, dex_file.GetAnnotationsDirectory(dex_class_def)); in LoadClass()