12 references to InternalCalls
System.Private.CoreLib (12)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (10)
284
InternalCalls
.RhpAppendExceptionStackFrame(ObjectHandleOnStack.Create(ref exception), ip, sp, flags, pExInfo);
712
InternalCalls
.RhpCallCatchFunclet(
718
InternalCalls
.ResumeAtInterceptionLocation(exInfo._frameIter.RegisterSet);
948
InternalCalls
.RhpCallCatchFunclet(
1013
if (!
InternalCalls
.RhpEHEnumInitFromStackFrameIterator(ref frameIter, out methodRegionInfo, &ehEnum))
1024
for (uint curIdx = 0;
InternalCalls
.RhpEHEnumNext(&ehEnum, &ehClause); curIdx++)
1089
InternalCalls
.RhpCallFilterFunclet(ObjectHandleOnStack.Create(ref exception), pFilterFunclet, frameIter.RegisterSet);
1168
if (!
InternalCalls
.RhpEHEnumInitFromStackFrameIterator(ref exInfo._frameIter, out methodRegionInfo, &ehEnum))
1179
for (uint curIdx = 0;
InternalCalls
.RhpEHEnumNext(&ehEnum, &ehClause) && curIdx < idxLimit; curIdx++)
1235
InternalCalls
.RhpCallFinallyFunclet(pFinallyHandler, exInfo._frameIter.RegisterSet, pExInfo);
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\StackFrameIterator.cs (2)
65
return
InternalCalls
.RhpSfiInit(ref this, pStackwalkCtx, instructionFault, fIsExceptionIntercepted);
80
return
InternalCalls
.RhpSfiNext(ref this, uExCollideClauseIdx, fUnwoundReversePInvoke, fIsExceptionIntercepted);