Searched refs:mt_ptypes (Results 1 – 1 of 1) sorted by relevance
1367 auto mt_ptypes = MethodType::GetPTypes(method_type); in GetMethodTypeMatchForAccessModeImpl() local1368 if (vh_ptypes_count != mt_ptypes.GetLength()) { in GetMethodTypeMatchForAccessModeImpl()1374 if (vh_ptypes[i]->IsAssignableFrom(mt_ptypes.Get(i))) { in GetMethodTypeMatchForAccessModeImpl()1377 if (mt_ptypes.Get(i) == void_type && !vh_ptypes[i]->IsPrimitive()) { in GetMethodTypeMatchForAccessModeImpl()1382 if (!IsParameterTypeConvertible(mt_ptypes.Get(i), vh_ptypes[i])) { in GetMethodTypeMatchForAccessModeImpl()