12 writes to constLookup
ILCompiler.ReadyToRun (12)
JitInterface\CorInfoImpl.ReadyToRun.cs (9)
1002
pLookup.
constLookup
= CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.DelegateCtor(delegateTypeDesc, targetMethod));
2552
pResult->codePointerOrStubLookup.
constLookup
= CreateConstLookupToSymbol(
2558
UpdateConstLookupWithRequiresRuntimeJitSymbolIfNeeded(ref pResult->codePointerOrStubLookup.
constLookup
, targetMethod);
2592
pResult->codePointerOrStubLookup.
constLookup
= default;
2603
pResult->codePointerOrStubLookup.
constLookup
= CreateConstLookupToSymbol(targetCodeNode);
2608
pResult->codePointerOrStubLookup.
constLookup
= CreateConstLookupToSymbol(
2617
UpdateConstLookupWithRequiresRuntimeJitSymbolIfNeeded(ref pResult->codePointerOrStubLookup.
constLookup
, targetMethod);
2632
pResult->codePointerOrStubLookup.
constLookup
= CreateConstLookupToSymbol(
2974
pResult.lookup.
constLookup
= CreateConstLookupToSymbol(symbolNode);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
1568
info->instParamLookup.
constLookup
= CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.MethodDictionary, originalImplWithToken));
1581
info->instParamLookup.
constLookup
= CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.TypeDictionary, originalImpl.OwningType));
3659
instArg.
constLookup
= CreateConstLookupToSymbol(
6 references to constLookup
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
2387
pResult->codePointerOrStubLookup.
constLookup
.accessType = InfoAccessType.IAT_PVALUE;
2388
pResult->codePointerOrStubLookup.
constLookup
.addr = null;
2887
pResult.lookup.
constLookup
.handle = pResult.compileTimeHandle;
2888
pResult.lookup.
constLookup
.accessType = InfoAccessType.IAT_VALUE;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
3607
instArg.
constLookup
.accessType = InfoAccessType.IAT_VALUE;
3608
instArg.
constLookup
.addr = null;