28 references to RequiresRuntimeJitException
ILCompiler.ReadyToRun (28)
Compiler\ReadyToRunCodegenCompilation.cs (1)
1052throw 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()); 1347throw new RequiresRuntimeJitException(ftnNum.ToString()); 1807throw new RequiresRuntimeJitException(field); 2003throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 2008throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 2018throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + originalMethod.ToString()); 2371throw new RequiresRuntimeJitException("EmbedGenericHandle currently doesn't support propagation of RUNTIME_LOOKUP or pConstrainedResolvedToken from ComputeRuntimeLookupForSharedGenericToken"); 2377throw new RequiresRuntimeJitException("CanInline currently doesn't support propagation of constrained type so that we cannot reliably tell whether a SVM call can be inlined"); 2515throw new RequiresRuntimeJitException(unstableMessage); 2577throw new RequiresRuntimeJitException(pResult->thisTransform.ToString()); 2951throw new RequiresRuntimeJitException(type.ToString()); 3031throw new RequiresRuntimeJitException("embedMethodHandle: " + methodDesc.ToString()); 3055throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3073throw new RequiresRuntimeJitException(callerMethod.ToString() + " -> " + field.ToString()); 3584throw new RequiresRuntimeJitException($"Type equivalent valuetype '{type}' not directly referenced from member reference");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (10)
391throw new RequiresRuntimeJitException("JIT implementation limitation"); 565throw new RequiresRuntimeJitException("Requires runtime JIT - potential generic cycle detected"); 1005throw new RequiresRuntimeJitException(type); 1176throw new RequiresRuntimeJitException("This function is using SIMD intrinsics, their size is machine specific"); 1529throw new RequiresRuntimeJitException("Attempt to devirtualize and unable to create token for devirtualized method"); 2257throw new RequiresRuntimeJitException(type); 3751throw new RequiresRuntimeJitException(type); 3886throw new RequiresRuntimeJitException($"{MethodBeingCompiled} -> {nameof(GetCookieForPInvokeCalliSig)}"); 3942throw new RequiresRuntimeJitException(nameof(getTailCallHelpers)); 4376throw new RequiresRuntimeJitException(requiresRuntimeSymbol.Message);