Home
last modified time | relevance | path

Searched refs:other_field_id (Results 1 – 2 of 2) sorted by relevance

/art/tools/veridex/
Dresolver.cc198 const dex::FieldId& other_field_id = other_dex_file.GetFieldId(field.GetIndex()); in LookupFieldIn() local
200 other_field_id, in LookupFieldIn()
/art/runtime/mirror/
Dclass.cc1384 const dex::FieldId& other_field_id = dex_file.GetFieldId(field.GetDexFieldIndex()); in FindFieldImpl() local
1385 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() local
1394 if (other_field_id.name_idx_ == field_id.name_idx_ && in FindFieldImpl()
1395 other_field_id.type_idx_ == field_id.type_idx_) { in FindFieldImpl()