29 instantiations of RequiresRuntimeJitException
ILCompiler.ReadyToRun (29)
Compiler\ReadyToRunCodegenCompilation.cs (1)
1061throw new RequiresRuntimeJitException($"GetFieldRvaData({field})");
IL\Stubs\PInvokeILEmitter.cs (2)
130throw new RequiresRuntimeJitException(method); 134throw new RequiresRuntimeJitException(method);
JitInterface\CorInfoImpl.ReadyToRun.cs (15)
250throw new RequiresRuntimeJitException(methodTargetOwner.ToString()); 1336throw new RequiresRuntimeJitException(ftnNum.ToString()); 1760throw new RequiresRuntimeJitException(field); 1959throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 1964throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 1974throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 2340throw new RequiresRuntimeJitException("CanInline currently doesn't support propagation of constrained type so that we cannot reliably tell whether a SVM call can be inlined"); 2466throw new RequiresRuntimeJitException(unstableMessage); 2531throw new RequiresRuntimeJitException(pResult->thisTransform.ToString()); 2997throw new RequiresRuntimeJitException(type.ToString()); 3093throw new RequiresRuntimeJitException("embedMethodHandle: " + methodDesc.ToString()); 3117throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3135throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3506throw new RequiresRuntimeJitException($"{MethodBeingCompiled} -> {nameof(convertPInvokeCalliToCall)}"); 3766throw new RequiresRuntimeJitException($"Type equivalent valuetype '{type}' not directly referenced from member reference");
parent\parent\Common\JitInterface\CorInfoImpl.cs (11)
410throw new RequiresRuntimeJitException("JIT implementation limitation"); 587throw new RequiresRuntimeJitException("Requires runtime JIT - potential generic cycle detected"); 1029throw new RequiresRuntimeJitException(type); 1228throw new RequiresRuntimeJitException("This function is using SIMD intrinsics, their size is machine specific"); 1697throw new RequiresRuntimeJitException("Attempt to devirtualize and unable to create token for devirtualized method"); 2418throw new RequiresRuntimeJitException(type); 3746throw new RequiresRuntimeJitException($"getAwaitReturnCall: runtime-determined exact instantiation requires runtime JIT ({runtimeDeterminedResult})"); 3815throw new RequiresRuntimeJitException($"getAwaitAwaiterInContinuationCall: runtime-determined exact instantiation requires runtime JIT ({runtimeDeterminedResult})"); 4049throw new RequiresRuntimeJitException(type); 4243throw new RequiresRuntimeJitException(nameof(getTailCallHelpers)); 4713throw new RequiresRuntimeJitException(requiresRuntimeSymbol.Message);
3 references to RequiresRuntimeJitException
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCodegenCompilation.cs (1)
964catch (RequiresRuntimeJitException ex)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3463catch (RequiresRuntimeJitException)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
384else if (_lastException.SourceException is RequiresRuntimeJitException)