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

/art/runtime/
H A Ddex_file_verifier.cc1266 const DexFile::FieldAnnotationsItem* field_item = local
1269 if (!CheckListSize(field_item, field_count, sizeof(DexFile::FieldAnnotationsItem), "field_annotations list")) {
1275 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) {
1276 ErrorStringPrintf("Out-of-order field_idx for annotation: %x then %x", last_idx, field_item->field_idx_);
1279 last_idx = field_item->field_idx_;
1280 field_item++;
1285 reinterpret_cast<const DexFile::MethodAnnotationsItem*>(field_item);
2181 const DexFile::FieldAnnotationsItem* field_item = local
2185 LOAD_FIELD(field, field_item->field_idx_, "inter_annotations_directory_item field_id",
2191 if (!CheckOffsetToTypeMap(field_item
[all...]

Completed in 11 milliseconds