Searched refs:new_m (Results 1 – 2 of 2) sorted by relevance
188 const auto new_m = found->second; in are_compatible_interfaces() local190 if (old_m->IsOneway() != new_m->IsOneway()) { in are_compatible_interfaces()191 AIDL_ERROR(new_m) << "Oneway attribute " << (old_m->IsOneway() ? "removed" : "added") << ": " in are_compatible_interfaces()196 if (old_m->GetId() != new_m->GetId()) { in are_compatible_interfaces()197 AIDL_ERROR(new_m) << "Transaction ID changed: " << older.GetCanonicalName() << "." in are_compatible_interfaces()199 << new_m->GetId() << "."; in are_compatible_interfaces()203 compatible &= are_compatible_types(old_m->GetType(), new_m->GetType()); in are_compatible_interfaces()206 const auto& new_args = new_m->GetArguments(); in are_compatible_interfaces()215 AIDL_ERROR(new_m) << "Direction changed: " << old_a.GetDirectionSpecifier() << " to " in are_compatible_interfaces()
8124 auto* new_m = it->second; in UpdateIfTable() local8125 DCHECK(new_m != nullptr) << klass_->PrettyClass(); in UpdateIfTable()8126 method_array->SetElementPtrSize(j, new_m, pointer_size); in UpdateIfTable()