9 references to OffsetMapping
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\DebugInfoTableNode.cs (3)
146public static byte[] CreateBoundsBlobForMethod(OffsetMapping[] offsetMapping) 154foreach (var locInfo in offsetMapping) 184var bound = offsetMapping[i];
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
363public void InitializeDebugLocInfos(OffsetMapping[] debugLocInfos)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
483private OffsetMapping[] _debugLocInfos; 1612private void setBoundaries(CORINFO_METHOD_STRUCT_* ftn, uint cMap, OffsetMapping* pMap) 1616_debugLocInfos = new OffsetMapping[cMap];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
310public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, uint, OffsetMapping*, void> setBoundaries; 1921private static void _setBoundaries(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftn, uint cMap, OffsetMapping* pMap)