Lines Matching refs:old_dex_file
956 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckMethods() local
957 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); in CheckMethods()
967 MethodNameAndSignature old_method_id(&old_dex_file, current_old_method.GetIndex()); in CheckMethods()
993 << MethodNameAndSignature(&old_dex_file, old_iter->GetIndex()) << ") already seen?"; in CheckMethods()
1008 MethodNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckMethods()
1020 const art::DexFile& old_dex_file = h_klass->GetDexFile(); in CheckFields() local
1021 art::ClassAccessor old_accessor(old_dex_file, *h_klass->GetClassDef()); in CheckFields()
1031 FieldNameAndSignature old_field_id(&old_dex_file, old_iter.GetIndex()); in CheckFields()
1053 << "field at " << off << "(" << FieldNameAndSignature(&old_dex_file, old_iter->GetIndex()) in CheckFields()
1067 FieldNameAndSignature(&old_dex_file, fail->GetIndex()).ToString().c_str())); in CheckFields()
2550 const art::DexFile& old_dex_file = mclass->GetDexFile(); in UpdateMethods() local
2565 old_dex_file.GetTypeDescriptorView( in UpdateMethods()
2566 old_dex_file.GetTypeId( in UpdateMethods()