29 instantiations of RequiresRuntimeJitException
ILCompiler.ReadyToRun (29)
Compiler\ReadyToRunCodegenCompilation.cs (1)
1078throw new RequiresRuntimeJitException($"GetFieldRvaData({field})");
IL\Stubs\PInvokeILEmitter.cs (2)
130throw new RequiresRuntimeJitException(method); 134throw new RequiresRuntimeJitException(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (15)
252throw new RequiresRuntimeJitException(methodTargetOwner.ToString()); 1339throw new RequiresRuntimeJitException(ftnNum.ToString()); 1763throw new RequiresRuntimeJitException(field); 1959throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 1964throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 1974throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 2327throw new RequiresRuntimeJitException("EmbedGenericHandle currently doesn't support propagation of RUNTIME_LOOKUP or pConstrainedResolvedToken from ComputeRuntimeLookupForSharedGenericToken"); 2333throw new RequiresRuntimeJitException("CanInline currently doesn't support propagation of constrained type so that we cannot reliably tell whether a SVM call can be inlined"); 2471throw new RequiresRuntimeJitException(unstableMessage); 2533throw new RequiresRuntimeJitException(pResult->thisTransform.ToString()); 2907throw new RequiresRuntimeJitException(type.ToString()); 2987throw new RequiresRuntimeJitException("embedMethodHandle: " + methodDesc.ToString()); 3011throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3029throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3540throw new RequiresRuntimeJitException($"Type equivalent valuetype '{type}' not directly referenced from member reference");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (11)
391throw new RequiresRuntimeJitException("JIT implementation limitation"); 565throw new RequiresRuntimeJitException("Requires runtime JIT - potential generic cycle detected"); 1003throw new RequiresRuntimeJitException(type); 1172throw new RequiresRuntimeJitException("This function is using SIMD intrinsics, their size is machine specific"); 1631throw new RequiresRuntimeJitException("Attempt to devirtualize and unable to create token for devirtualized method"); 2359throw new RequiresRuntimeJitException(type); 3656throw new RequiresRuntimeJitException($"getAwaitReturnCall: runtime-determined exact instantiation requires runtime JIT ({runtimeDeterminedResult})"); 3880throw new RequiresRuntimeJitException(type); 4015throw new RequiresRuntimeJitException($"{MethodBeingCompiled} -> {nameof(GetCookieForPInvokeCalliSig)}"); 4071throw new RequiresRuntimeJitException(nameof(getTailCallHelpers)); 4506throw new RequiresRuntimeJitException(requiresRuntimeSymbol.Message);
3 references to RequiresRuntimeJitException
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCodegenCompilation.cs (1)
996catch (RequiresRuntimeJitException ex)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3263catch (RequiresRuntimeJitException)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
365else if (_lastException.SourceException is RequiresRuntimeJitException)