Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_annotations.cc137 dex_file->GetAnnotationsDirectory(*klass->GetClassDef()); in FindAnnotationSetForField()
262 dex_file->GetAnnotationsDirectory(method->GetClassDef()); in FindAnnotationSetForMethod()
285 dex_file->GetAnnotationsDirectory(method->GetClassDef()); in FindAnnotationsItemForMethod()
308 dex_file.GetAnnotationsDirectory(*klass.GetClassDef()); in FindAnnotationSetForClass()
1048 dex_file->GetAnnotationsDirectory(*klass.GetClassDef()); in GetAnnotationDefaultValue()
Ddex_file.h907 const AnnotationsDirectoryItem* GetAnnotationsDirectory(const ClassDef& class_def) const { in GetAnnotationsDirectory() function
/art/dexlayout/
Ddex_ir.cc378 dex_file.GetAnnotationsDirectory(disk_class_def); in CreateClassDef()
/art/dexdump/
Ddexdump.cc658 const DexFile::AnnotationsDirectoryItem* dir = pDexFile->GetAnnotationsDirectory(pClassDef); in dumpClassAnnotations()