Searched refs:class_annotations_off_ (Results 1 – 4 of 4) sorted by relevance
210 uint32_t class_annotations_off_; member
618 return DataPointer<dex::AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
3038 if (item->class_annotations_off_ != 0 && in CheckInterAnnotationsDirectoryItem()3039 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
731 uint32_t item_offset = disk_annotations_item->class_annotations_off_; in CreateAnnotationsDirectoryItem()