Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1708 if (item->annotations_off_ != 0 && in CheckInterClassDefItem()
1709 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationsDirectoryItem)) { in CheckInterClassDefItem()
1775 if (item->annotations_off_ != 0) { in CheckInterClassDefItem()
1776 const byte* data = begin_ + item->annotations_off_; in CheckInterClassDefItem()
1800 if (item->annotations_off_ != 0 && in CheckInterAnnotationSetRefList()
1801 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
1897 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1914 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1931 if (!CheckOffsetToTypeMap(parameter_item->annotations_off_, in CheckInterAnnotationsDirectoryItem()
Ddex_file.h202 uint32_t annotations_off_; // file offset to annotations_directory_item member
327 uint32_t annotations_off_; member
335 uint32_t annotations_off_; member
343 uint32_t annotations_off_; member
350 uint32_t annotations_off_; member