Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc905 using FieldNameAndSignature = NameAndSignature<art::ArtField>; typedef
907 FieldNameAndSignature::NameAndSignature(const art::DexFile* dex_file, uint32_t id) in NameAndSignature()
908 : FieldNameAndSignature(dex_file->GetFieldName(dex_file->GetFieldId(id)), in NameAndSignature()
1024 FieldNameAndSignature new_field_id(dex_file_.get(), new_field.GetIndex()); in CheckFields()
1027 FieldNameAndSignature old_field_id(&old_dex_file, old_iter.GetIndex()); in CheckFields()
1049 << "field at " << off << "(" << FieldNameAndSignature(&old_dex_file, old_iter->GetIndex()) in CheckFields()
1063 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields()