9 references to HRESULT
ILCompiler.RyuJit (9)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1927
private unsafe
HRESULT
allocPgoInstrumentationBySchema(CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema* pSchema, uint countSchemaItems, byte** pInstrumentationData)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (4)
379
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, PgoInstrumentationSchema**, uint*, byte**, PgoSource*, bool*,
HRESULT
> getPgoInstrumentationResults;
380
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_METHOD_STRUCT_*, PgoInstrumentationSchema*, uint, byte**,
HRESULT
> allocPgoInstrumentationBySchema;
2928
private static
HRESULT
_getPgoInstrumentationResults(IntPtr thisHandle, IntPtr* ppException, CORINFO_METHOD_STRUCT_* ftnHnd, PgoInstrumentationSchema** pSchema, uint* pCountSchemaItems, byte** pInstrumentationData, PgoSource* pPgoSource, bool* pDynamicPgo)
2943
private 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)
74
public
HRESULT
hr;
4804
private
HRESULT
getPgoInstrumentationResults(CORINFO_METHOD_STRUCT_* ftnHnd, ref PgoInstrumentationSchema* pSchema, ref uint countSchemaItems, byte** pInstrumentationData,
4826
pgoResults.hr =
HRESULT
.E_NOTIMPL;
4842
pgoResults.hr =
HRESULT
.S_OK;