Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h359 uint32_t class_annotations_off_; member
794 return DataPointer<AnnotationSetItem>(anno_dir->class_annotations_off_); in GetClassAnnotationSet()
Ddex_file_verifier.cc2609 if (item->class_annotations_off_ != 0 && in CheckInterAnnotationsDirectoryItem()
2610 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
/art/dexlayout/
Ddex_ir.cc492 uint32_t item_offset = disk_annotations_item->class_annotations_off_; in CreateAnnotationsDirectoryItem()