Searched refs:annotations_dir (Results 1 – 1 of 1) sorted by relevance
143 const DexFile::AnnotationsDirectoryItem* annotations_dir = in FindAnnotationSetForField() local145 if (annotations_dir == nullptr) { in FindAnnotationSetForField()149 dex_file->GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField()154 uint32_t field_count = annotations_dir->fields_size_; in FindAnnotationSetForField()268 const DexFile::AnnotationsDirectoryItem* annotations_dir = in FindAnnotationSetForMethod() local270 if (annotations_dir == nullptr) { in FindAnnotationSetForMethod()274 dex_file.GetMethodAnnotations(annotations_dir); in FindAnnotationSetForMethod()278 uint32_t method_count = annotations_dir->methods_size_; in FindAnnotationSetForMethod()300 const DexFile::AnnotationsDirectoryItem* annotations_dir = in FindAnnotationsItemForMethod() local302 if (annotations_dir == nullptr) { in FindAnnotationsItemForMethod()[all …]