Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc1263 ObjPtr<mirror::MethodType> nominal_type(method_handle->GetNominalType()); in MethodHandleInvokeExact() local
1264 if (UNLIKELY(nominal_type != nullptr)) { in MethodHandleInvokeExact()
1265 if (UNLIKELY(!callsite_type->IsExactMatch(nominal_type.Ptr()))) { in MethodHandleInvokeExact()
1266 ThrowWrongMethodTypeException(nominal_type.Ptr(), callsite_type.Get()); in MethodHandleInvokeExact()
1269 if (LIKELY(!nominal_type->IsExactMatch(method_handle->GetMethodType()))) { in MethodHandleInvokeExact()