Searched refs:annotations_dir (Results 1 – 1 of 1) sorted by relevance
155 const AnnotationsDirectoryItem* annotations_dir = dex_file.GetAnnotationsDirectory(class_def); in FindAnnotationSetForField() local156 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() local289 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() local320 if (annotations_dir == nullptr) { in FindAnnotationsItemForMethod()[all …]