Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle.cc1344 ObjPtr<Class> mt_rtype = MethodType::GetRType(method_type); in GetMethodTypeMatchForAccessModeImpl() local
1350 if (mt_rtype->GetPrimitiveType() != Primitive::Type::kPrimVoid && in GetMethodTypeMatchForAccessModeImpl()
1351 !mt_rtype->IsAssignableFrom(vh_rtype)) { in GetMethodTypeMatchForAccessModeImpl()
1354 if (!IsReturnTypeConvertible(vh_rtype, mt_rtype)) { in GetMethodTypeMatchForAccessModeImpl()