Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc143 const DexFile::AnnotationsDirectoryItem* annotations_dir = in FindAnnotationSetForField() local
145 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() local
270 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() local
302 if (annotations_dir == nullptr) { in FindAnnotationsItemForMethod()
[all …]