Home | History | Annotate | Download | only in runtime

Lines Matching refs:annotations_off_

1569   if (item->annotations_off_ != 0 &&
1570 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationsDirectoryItem)) {
1630 if (item->annotations_off_ != 0) {
1631 const byte* data = begin_ + item->annotations_off_;
1650 if (item->annotations_off_ != 0 &&
1651 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1738 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1754 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1770 if (!CheckOffsetToTypeMap(parameter_item->annotations_off_,