Searched refs:vh_ptypes (Results 1 – 1 of 1) sorted by relevance
1361 ObjPtr<Class> vh_ptypes[kMaxAccessorParameters]; in GetMethodTypeMatchForAccessModeImpl() local1362 const int32_t vh_ptypes_count = BuildParameterArray(vh_ptypes, 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()