Lines Matching refs:old_dex_file
955 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckMethods() local
956 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); in CheckMethods()
966 MethodNameAndSignature old_method_id(&old_dex_file, current_old_method.GetIndex()); in CheckMethods()
992 << MethodNameAndSignature(&old_dex_file, old_iter->GetIndex()) << ") already seen?"; in CheckMethods()
1007 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods()
1019 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckFields() local
1020 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); 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()
2561 const art::DexFile& old_dex_file = mclass->GetDexFile(); in UpdateMethods() local
2573 old_dex_file.GetTypeDescriptor( in UpdateMethods()
2574 old_dex_file.GetTypeId( in UpdateMethods()