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

/art/runtime/
H A Ddex_file.h337 uint32_t class_annotations_off_; member in struct:art::DexFile::AnnotationsDirectoryItem
888 if (anno_dir->class_annotations_off_ == 0) {
891 return reinterpret_cast<const AnnotationSetItem*>(begin_ + anno_dir->class_annotations_off_);
H A Ddex_file_verifier.cc2175 if (item->class_annotations_off_ != 0 &&
2176 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {

Completed in 85 milliseconds