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