15 references to HRESULT
ILCompiler.ReadyToRun (15)
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
3161private unsafe HRESULT allocPgoInstrumentationBySchema(CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema* pSchema, uint countSchemaItems, byte** pInstrumentationData) 3169return HRESULT.E_NOTIMPL; 3176return HRESULT.E_NOTIMPL; 3182return HRESULT.E_NOTIMPL; 3187return HRESULT.E_NOTIMPL; 3194return HRESULT.E_NOTIMPL; 3196return HRESULT.E_NOTIMPL;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (4)
379public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, PgoInstrumentationSchema**, uint*, byte**, PgoSource*, bool*, HRESULT> getPgoInstrumentationResults; 380public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, PgoInstrumentationSchema*, uint, byte**, HRESULT> allocPgoInstrumentationBySchema; 2928private static HRESULT _getPgoInstrumentationResults(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema** pSchema, uint* pCountSchemaItems, byte** pInstrumentationData, PgoSource* pPgoSource, bool* pDynamicPgo) 2943private static HRESULT _allocPgoInstrumentationBySchema(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema* pSchema, uint countSchemaItems, byte** pInstrumentationData)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
74public HRESULT hr; 4804private HRESULT getPgoInstrumentationResults(CORINFO_METHOD_STRUCT_* ftnHnd, ref PgoInstrumentationSchema* pSchema, ref uint countSchemaItems, byte** pInstrumentationData, 4826pgoResults.hr = HRESULT.E_NOTIMPL; 4842pgoResults.hr = HRESULT.S_OK;