1 write to runtimeLookup
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
275
fixed (CORINFO_RUNTIME_LOOKUP * p = &
runtimeLookup
)
20 references to runtimeLookup
ILCompiler.RyuJit (20)
JitInterface\CorInfoImpl.RyuJit.cs (20)
288
lookup.
runtimeLookup
.signature = null;
304
lookup.
runtimeLookup
.indirections = CORINFO.USEHELPER;
305
lookup.
runtimeLookup
.helper = CorInfoHelpFunc.CORINFO_HELP_READYTORUN_GENERIC_HANDLE;
306
lookup.
runtimeLookup
.helperEntryPoint = CreateConstLookupToSymbol(helper);
310
lookup.
runtimeLookup
.indirections = CORINFO.USENULL;
316
lookup.
runtimeLookup
.helper = CorInfoHelpFunc.CORINFO_HELP_RUNTIMEHANDLE_METHOD;
320
lookup.
runtimeLookup
.helper = CorInfoHelpFunc.CORINFO_HELP_RUNTIMEHANDLE_CLASS;
323
lookup.
runtimeLookup
.indirections = (ushort)genericLookup.NumberOfIndirections;
324
lookup.
runtimeLookup
.offset0 = genericLookup[0];
327
lookup.
runtimeLookup
.offset1 = genericLookup[1];
329
lookup.
runtimeLookup
.sizeOffset = CORINFO.CORINFO_NO_SIZE_CHECK;
330
lookup.
runtimeLookup
.testForNull = false;
331
lookup.
runtimeLookup
.indirectFirstOffset = false;
332
lookup.
runtimeLookup
.indirectSecondOffset = false;
471
pLookup.
runtimeLookup
.indirections = CORINFO.USEHELPER;
472
pLookup.
runtimeLookup
.helper = CorInfoHelpFunc.CORINFO_HELP_READYTORUN_DELEGATE_CTOR;
474
pLookup.
runtimeLookup
.helperEntryPoint = CreateConstLookupToSymbol(helper);
1456
pResult->codePointerOrStubLookup.
runtimeLookup
.indirections = CORINFO.USEHELPER;
1457
pResult->codePointerOrStubLookup.
runtimeLookup
.helper = CorInfoHelpFunc.CORINFO_HELP_READYTORUN_GENERIC_HANDLE;
1461
pResult->codePointerOrStubLookup.
runtimeLookup
.helperEntryPoint = CreateConstLookupToSymbol(helper);