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

/art/runtime/
H A Dclass_linker.cc5065 ObjPtr<mirror::Class> other_param_type = local
5067 if (UNLIKELY(other_param_type == nullptr)) {
5072 if (UNLIKELY(param_type.Get() != other_param_type)) {
5078 other_param_type->PrettyClassAndClassLoader().c_str(),
5079 other_param_type.Ptr()));

Completed in 31 milliseconds