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