1 write to ILOffset
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4750
nativeSchemas[i].
ILOffset
= pgoResultsSchemas[i].ILOffset;
4 references to ILOffset
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3207
blockCounts[iSchema].ILOffset = (uint)pSchema[iSchema].
ILOffset
;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
275
numberOfRecords = getLikelyClasses(likelyClassMethods, 1, pSchema, 2, pInstrumentationData, nativeSchema[index].
ILOffset
);
279
numberOfRecords = getLikelyMethods(likelyClassMethods, 1, pSchema, 2, pInstrumentationData, nativeSchema[index].
ILOffset
);
311
likelyClassElem.ILOffset = nativeSchema[index].
ILOffset
;