Searched refs:nominal_type (Results 1 – 1 of 1) sorted by relevance
422 Handle<mirror::MethodType> nominal_type, in MethodHandleInvokeMethod() argument547 if (nominal_type != nullptr) { in MethodHandleInvokeMethod()548 return ConvertReturnValue(nominal_type, target_type, result) && in MethodHandleInvokeMethod()549 ConvertReturnValue(callsite_type, nominal_type, result); in MethodHandleInvokeMethod()1279 ObjPtr<mirror::MethodType> nominal_type(method_handle->GetNominalType()); in MethodHandleInvokeExact() local1280 if (UNLIKELY(nominal_type != nullptr)) { in MethodHandleInvokeExact()1281 if (UNLIKELY(!callsite_type->IsExactMatch(nominal_type.Ptr()))) { in MethodHandleInvokeExact()1282 ThrowWrongMethodTypeException(nominal_type.Ptr(), callsite_type.Get()); in MethodHandleInvokeExact()1285 if (LIKELY(!nominal_type->IsExactMatch(method_handle->GetMethodType()))) { in MethodHandleInvokeExact()