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