Searched refs:other_field_id (Results 1 – 2 of 2) sorted by relevance
198 const dex::FieldId& other_field_id = other_dex_file.GetFieldId(field.GetIndex()); in LookupFieldIn() local200 other_field_id, in LookupFieldIn()
1384 const dex::FieldId& other_field_id = dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldImpl() local1385 if (other_field_id.name_idx_ == field_id.name_idx_ && in FindFieldImpl()1386 other_field_id.type_idx_ == field_id.type_idx_) { in FindFieldImpl()1393 const dex::FieldId& other_field_id = dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldImpl() local1394 if (other_field_id.name_idx_ == field_id.name_idx_ && in FindFieldImpl()1395 other_field_id.type_idx_ == field_id.type_idx_) { in FindFieldImpl()