Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5724 ObjPtr<mirror::Class> other_return_type = method2->ResolveReturnType(); in HasSameSignatureWithDifferentClassLoaders() local
5725 if (UNLIKELY(other_return_type == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
5729 if (UNLIKELY(other_return_type != return_type.Get())) { in HasSameSignatureWithDifferentClassLoaders()
5734 other_return_type->PrettyClassAndClassLoader().c_str(), in HasSameSignatureWithDifferentClassLoaders()
5735 other_return_type.Ptr())); in HasSameSignatureWithDifferentClassLoaders()