Searched refs:old_type (Results 1 – 3 of 3) sorted by relevance
466 for (const auto old_type : old_types) { in check_api() local467 const auto found = new_map.find(old_type->GetCanonicalName()); in check_api()469 AIDL_ERROR(old_type) << "Removed type: " << old_type->GetCanonicalName(); in check_api()476 if (!CheckEquality(*old_type, *new_type)) { in check_api()482 if (!have_compatible_annotations(*old_type, *new_type)) { in check_api()485 if (old_type->AsInterface() != nullptr) { in check_api()495 } else if (old_type->AsStructuredParcelable() != nullptr) { in check_api()504 } else if (old_type->AsUnionDeclaration() != nullptr) { in check_api()514 } else if (old_type->AsEnumDeclaration() != nullptr) { in check_api()525 AIDL_ERROR(old_type) << "Unsupported type " << old_type->GetPreprocessDeclarationName() in check_api()[all …]
113 string old_type = current_action_->Type(); in ActionComplete() local117 << (actions_.empty() ? "last action " : "") << old_type in ActionComplete()
1953 art::Handle<art::mirror::Class>& old_type = old_types[i]; in FinishNewClassAllocations() local1954 if (old_type.Get() == cur_data->GetMirrorClass()) { in FinishNewClassAllocations()1963 return v.Get() == old_type->GetSuperClass(); in FinishNewClassAllocations()1967 << "from first " << i << " could not find super of " << old_type->PrettyClass() in FinishNewClassAllocations()1968 << " expected to find " << old_type->GetSuperClass()->PrettyClass(); in FinishNewClassAllocations()1972 return it.GetMirrorClass() == old_type.Get(); in FinishNewClassAllocations()1977 dch.Assign(old_type->GetDexCache()); in FinishNewClassAllocations()1979 AllocateNewClassObject(old_type, superclass, dch, old_type->GetDexClassDefIndex()); in FinishNewClassAllocations()1988 VLOG(plugin) << "Failed to load new version of class " << old_type->PrettyClass() in FinishNewClassAllocations()