Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dvar_handle.cc1343 ObjPtr<Class> vh_rtype = GetReturnType(access_mode_template, var_type); in GetMethodTypeMatchForAccessMode() local
1345 !mt_rtype->IsAssignableFrom(vh_rtype)) { in GetMethodTypeMatchForAccessMode()
1348 if (!IsReturnTypeConvertible(vh_rtype, mt_rtype)) { in GetMethodTypeMatchForAccessMode()