4 references to RhpGetClasslibFunctionFromCodeAddress
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (4)
111
IntPtr pFailFastFunction = (IntPtr)InternalCalls.
RhpGetClasslibFunctionFromCodeAddress
(classlibAddress,
209
(IntPtr)InternalCalls.
RhpGetClasslibFunctionFromCodeAddress
(classlibAddress, ClassLibFunctionId.FailFast);
265
IntPtr pAppendStackFrame = (IntPtr)InternalCalls.
RhpGetClasslibFunctionFromCodeAddress
(ip,
304
(IntPtr)InternalCalls.
RhpGetClasslibFunctionFromCodeAddress
(address, ClassLibFunctionId.GetRuntimeException);