Searched refs:field_idx_ (Results 1 – 5 of 5) sorted by relevance
220 uint32_t field_idx_; member
1975 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()3054 DCHECK_LE(field_item->field_idx_, header_->field_ids_size_); in CheckInterAnnotationsDirectoryItem()3055 const dex::FieldId& field = dex_file_->GetFieldId(field_item->field_idx_); in CheckInterAnnotationsDirectoryItem()
740 FieldId* field_id = header_->FieldIds()[fields[i].field_idx_]; in CreateAnnotationsDirectoryItem()
712 const u4 field_idx = fields[i].field_idx_; in dumpClassAnnotations()
165 if (field_annotations[i].field_idx_ == field_index) { in FindAnnotationSetForField()