Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc5776 ObjPtr<mirror::Class> other_param_type = in HasSameSignatureWithDifferentClassLoaders() local
5778 if (UNLIKELY(other_param_type == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
5783 if (UNLIKELY(param_type.Get() != other_param_type)) { in HasSameSignatureWithDifferentClassLoaders()
5789 other_param_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
5790 other_param_type.Ptr())); in HasSameSignatureWithDifferentClassLoaders()