Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1881 if (item->class_annotations_off_ != 0 && in CheckInterAnnotationsDirectoryItem()
1882 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
Ddex_file.h316 uint32_t class_annotations_off_; member