23 references to CreateConstLookupToSymbol
ILCompiler.RyuJit (23)
JitInterface\CorInfoImpl.RyuJit.cs (22)
306lookup.runtimeLookup.helperEntryPoint = CreateConstLookupToSymbol(helper); 339lookup.constLookup = CreateConstLookupToSymbol(constLookup); 361pLookup = CreateConstLookupToSymbol(_compilation.NodeFactory.ReadyToRunHelper(helperId, type)); 375pLookup = CreateConstLookupToSymbol(helper); 474pLookup.runtimeLookup.helperEntryPoint = CreateConstLookupToSymbol(helper); 480pLookup.constLookup = CreateConstLookupToSymbol(_compilation.NodeFactory.ReadyToRunHelper(ReadyToRunHelperId.DelegateCtor, delegateInfo)); 854pResult = CreateConstLookupToSymbol(_compilation.NodeFactory.MethodEntrypoint(method)); 1471pResult->codePointerOrStubLookup.runtimeLookup.helperEntryPoint = CreateConstLookupToSymbol(helper); 1477CreateConstLookupToSymbol(_compilation.NodeFactory.FatFunctionPointer(targetMethod)); 1504pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol( 1528pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol( 1551pResult->instParamLookup = CreateConstLookupToSymbol(instParam); 1554pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol( 1687pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol(_compilation.NodeFactory.ExternFunctionSymbol(new Utf8String("NYI_LDVIRTFTN"u8))); 1700CreateConstLookupToSymbol( 1957pLookup = CreateConstLookupToSymbol(_compilation.NodeFactory.ExternFunctionSymbol(externName)); 2188pResult->fieldLookup = CreateConstLookupToSymbol(helper); 2251pResult->fieldLookup = CreateConstLookupToSymbol( 2505pInfo->tlsIndexObject = CreateConstLookupToSymbol(_compilation.NodeFactory.ExternDataSymbol(new Utf8String("_tls_index"u8))); 2506pInfo->tlsRootObject = CreateConstLookupToSymbol(_compilation.NodeFactory.TlsRoot); 2507pInfo->threadStaticBaseSlow = CreateConstLookupToSymbol(_compilation.NodeFactory.HelperEntrypoint(HelperEntrypoint.GetInlinedThreadStaticBaseSlow)); 2508pInfo->tlsGetAddrFtnPtr = CreateConstLookupToSymbol(_compilation.NodeFactory.ExternFunctionSymbol(new Utf8String("__tls_get_addr"u8)));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1645info->instParamLookup.constLookup = CreateConstLookupToSymbol(_compilation.NodeFactory.ConstructedTypeSymbol(originalImpl.OwningType));