Home
last modified time | relevance | path

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

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