Home
last modified time | relevance | path

Searched refs:field_idx_ (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Ddex_file_structs.h220 uint32_t field_idx_; member
Ddex_file_verifier.cc1975 if (!CheckIndex(field_item->field_idx_, header_->field_ids_size_, "field annotation")) { in CheckIntraAnnotationsDirectoryItem()
1978 if (UNLIKELY(last_idx >= field_item->field_idx_ && i != 0)) { in CheckIntraAnnotationsDirectoryItem()
1980 last_idx, field_item->field_idx_); in CheckIntraAnnotationsDirectoryItem()
1983 last_idx = field_item->field_idx_; in CheckIntraAnnotationsDirectoryItem()
2459 DCHECK_LE(field_items[0].field_idx_, dex_file_->NumFieldIds()); in FindFirstAnnotationsDirectoryDefiner()
2460 return dex_file_->GetFieldId(field_items[0].field_idx_).class_idx_.index_; in FindFirstAnnotationsDirectoryDefiner()
3055 DCHECK_LE(field_item->field_idx_, header_->field_ids_size_); in CheckInterAnnotationsDirectoryItem()
3056 const dex::FieldId& field = dex_file_->GetFieldId(field_item->field_idx_); in CheckInterAnnotationsDirectoryItem()
/art/dexlayout/
Ddex_ir_builder.cc740 FieldId* field_id = header_->FieldIds()[fields[i].field_idx_]; in CreateAnnotationsDirectoryItem()
/art/dexdump/
Ddexdump.cc712 const u4 field_idx = fields[i].field_idx_; in dumpClassAnnotations()
/art/runtime/dex/
Ddex_file_annotations.cc165 if (field_annotations[i].field_idx_ == field_index) { in FindAnnotationSetForField()