1 write to ILOffset
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4750
nativeSchemas[i].
ILOffset
= pgoResultsSchemas[i].ILOffset;
3 references to ILOffset
ILCompiler.RyuJit (3)
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
;