4 references to PgoSource
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
379
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, PgoInstrumentationSchema**, uint*, byte**,
PgoSource
*, bool*, HRESULT> getPgoInstrumentationResults;
2928
private static HRESULT _getPgoInstrumentationResults(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema** pSchema, uint* pCountSchemaItems, byte** pInstrumentationData,
PgoSource
* pPgoSource, bool* pDynamicPgo)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4805
ref
PgoSource
pPgoSource, ref bool pDynamicPgo)
4851
pPgoSource =
PgoSource
.Static;