Home
last modified time | relevance | path

Searched defs:annotations_dir (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc155 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForField() local
294 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForMethod() local
324 const AnnotationsDirectoryItem* annotations_dir = in FindAnnotationsItemForMethod() local
352 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(*class_def); in FindAnnotationSetForClass() local
1069 const AnnotationsDirectoryItem* annotations_dir = in GetAnnotationDefaultValue() local
1517 const AnnotationsDirectoryItem* annotations_dir = in HasDeadReferenceSafeAnnotation() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc3986 const dex::AnnotationsDirectoryItem* annotations_dir) in MethodAnnotationsIterator()