Searched defs:annotations_off_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h218 uint32_t annotations_off_; // file offset to annotations_directory_item member in struct:art::DexFile::ClassDef
348 uint32_t annotations_off_; member in struct:art::DexFile::FieldAnnotationsItem
356 uint32_t annotations_off_; member in struct:art::DexFile::MethodAnnotationsItem
364 uint32_t annotations_off_; member in struct:art::DexFile::ParameterAnnotationsItem
371 uint32_t annotations_off_; member in struct:art::DexFile::AnnotationSetRefItem
880 if (class_def.annotations_off_ == 0) {
883 return reinterpret_cast<const AnnotationsDirectoryItem*>(begin_ + class_def.annotations_off_);
929 uint32_t offset = anno_item.annotations_off_;
939 uint32_t offset = anno_item.annotations_off_;
949 uint32_t offset = anno_item->annotations_off_;
[all...]

Completed in 2555 milliseconds