Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc908 using FieldNameAndSignature = NameAndSignature<art::ArtField>; typedef
910 FieldNameAndSignature::NameAndSignature(const art::DexFile* dex_file, uint32_t id) in NameAndSignature()
911 : FieldNameAndSignature(dex_file->GetFieldName(dex_file->GetFieldId(id)), in NameAndSignature()
1027 FieldNameAndSignature new_field_id(dex_file_.get(), new_field.GetIndex()); in CheckFields()
1030 FieldNameAndSignature old_field_id(&old_dex_file, old_iter.GetIndex()); in CheckFields()
1052 << "field at " << off << "(" << FieldNameAndSignature(&old_dex_file, old_iter->GetIndex()) in CheckFields()
1066 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields()