Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_structs.h210 uint32_t class_annotations_off_; member
H A Ddex_file.h576 return DataPointer<dex::AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
H A Ddex_file_verifier.cc3043 if (item->class_annotations_off_ != 0 && in CheckInterAnnotationsDirectoryItem()
3044 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc731 uint32_t item_offset = disk_annotations_item->class_annotations_off_; in CreateAnnotationsDirectoryItem()