Lines Matching refs:field_id
937 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in Dump() local
939 << dex_file.GetFieldDeclaringClassDescriptor(field_id) << "->" in Dump()
940 << dex_file.GetFieldName(field_id) << ":" in Dump()
941 << dex_file.GetFieldTypeDescriptor(field_id) in Dump()
1079 const dex::FieldId& field_id = dex_file.GetFieldId(index); in GetFieldDescription() local
1080 return std::string(dex_file.GetFieldDeclaringClassDescriptor(field_id)) in GetFieldDescription()
1082 + dex_file.GetFieldName(field_id) in GetFieldDescription()
1084 + dex_file.GetFieldTypeDescriptor(field_id); in GetFieldDescription()
1096 const dex::FieldId& field_id = dex_file.GetFieldId(entry.GetDexFieldIndex()); in VerifyFields() local
1097 std::string_view name(dex_file.StringDataByIdx(field_id.name_idx_)); in VerifyFields()
1099 dex_file.StringDataByIdx(dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in VerifyFields()
1104 : dex_file.StringByTypeIdx(field_id.class_idx_); in VerifyFields()