Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc155 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForField() local
156 if (annotations_dir == nullptr) { in FindAnnotationSetForField()
159 const FieldAnnotationsItem* field_annotations = dex_file.GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField()
163 uint32_t field_count = annotations_dir->fields_size_; in FindAnnotationSetForField()
288 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForMethod() local
289 if (annotations_dir == nullptr) { in FindAnnotationSetForMethod()
292 const MethodAnnotationsItem* method_annotations = dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod()
296 uint32_t method_count = annotations_dir->methods_size_; in FindAnnotationSetForMethod()
318 const AnnotationsDirectoryItem* annotations_dir = in FindAnnotationsItemForMethod() local
320 if (annotations_dir == nullptr) { in FindAnnotationsItemForMethod()
[all …]