Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle.cc1361 ObjPtr<Class> vh_ptypes[kMaxAccessorParameters]; in GetMethodTypeMatchForAccessModeImpl() local
1362 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()