Home | History | Annotate | Download | only in runtime

Lines Matching refs:annotations_off_

1708   if (item->annotations_off_ != 0 &&
1709 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationsDirectoryItem)) {
1775 if (item->annotations_off_ != 0) {
1776 const byte* data = begin_ + item->annotations_off_;
1800 if (item->annotations_off_ != 0 &&
1801 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1897 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1914 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1931 if (!CheckOffsetToTypeMap(parameter_item->annotations_off_,