29 references to RequiresRuntimeJitException
ILCompiler.ReadyToRun (29)
Compiler\ReadyToRunCodegenCompilation.cs (1)
1097
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());
1339
throw new
RequiresRuntimeJitException
(ftnNum.ToString());
1763
throw new
RequiresRuntimeJitException
(field);
1959
throw new
RequiresRuntimeJitException
(callerMethod.ToString() + " -> " + originalMethod.ToString());
1964
throw new
RequiresRuntimeJitException
(callerMethod.ToString() + " -> " + originalMethod.ToString());
1974
throw new
RequiresRuntimeJitException
(callerMethod.ToString() + " -> " + originalMethod.ToString());
2333
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");
2470
throw new
RequiresRuntimeJitException
(unstableMessage);
2535
throw new
RequiresRuntimeJitException
(pResult->thisTransform.ToString());
3001
throw new
RequiresRuntimeJitException
(type.ToString());
3097
throw new
RequiresRuntimeJitException
("embedMethodHandle: " + methodDesc.ToString());
3121
throw new
RequiresRuntimeJitException
(callerMethod.ToString() + " -> " + field.ToString());
3139
throw new
RequiresRuntimeJitException
(callerMethod.ToString() + " -> " + field.ToString());
3464
throw new
RequiresRuntimeJitException
($"{MethodBeingCompiled} -> {nameof(convertPInvokeCalliToCall)}");
3724
throw new
RequiresRuntimeJitException
($"Type equivalent valuetype '{type}' not directly referenced from member reference");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (11)
410
throw new
RequiresRuntimeJitException
("JIT implementation limitation");
584
throw new
RequiresRuntimeJitException
("Requires runtime JIT - potential generic cycle detected");
1025
throw new
RequiresRuntimeJitException
(type);
1224
throw new
RequiresRuntimeJitException
("This function is using SIMD intrinsics, their size is machine specific");
1693
throw new
RequiresRuntimeJitException
("Attempt to devirtualize and unable to create token for devirtualized method");
2414
throw new
RequiresRuntimeJitException
(type);
3733
throw new
RequiresRuntimeJitException
($"getAwaitReturnCall: runtime-determined exact instantiation requires runtime JIT ({runtimeDeterminedResult})");
3802
throw new
RequiresRuntimeJitException
($"getAwaitAwaiterInContinuationCall: runtime-determined exact instantiation requires runtime JIT ({runtimeDeterminedResult})");
4036
throw new
RequiresRuntimeJitException
(type);
4230
throw new
RequiresRuntimeJitException
(nameof(getTailCallHelpers));
4679
throw new
RequiresRuntimeJitException
(requiresRuntimeSymbol.Message);