21 references to CreateConstLookupToSymbol
ILCompiler.ReadyToRun (21)
JitInterface\CorInfoImpl.ReadyToRun.cs (21)
914
pLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.NewHelper, type));
924
pLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.NewArr1, type));
937
pLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.IsInstanceOf, type));
950
pLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.CastClass, type));
962
pLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(helperId, type));
1004
pLookup.constLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.DelegateCtor(delegateTypeDesc, targetMethod));
1364
pResult =
CreateConstLookupToSymbol
(entrypoint);
1821
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.RvaFieldAddress(ComputeFieldWithToken(field, ref pResolvedToken)));
1899
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldAddress(ComputeFieldWithToken(field, ref pResolvedToken)));
1913
pResult->fieldLookup =
CreateConstLookupToSymbol
(
2588
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2639
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(targetCodeNode);
2644
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2668
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2695
pResult->instParamLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(
2701
pResult->instParamLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(
2822
pResultLookup.runtimeLookup.helperEntryPoint =
CreateConstLookupToSymbol
(helper);
3007
pResult.lookup.constLookup =
CreateConstLookupToSymbol
(symbolNode);
3074
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldOffset(ComputeFieldWithToken(field, ref pResolvedToken)));
3119
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldBaseOffset(field.OwningType));
3472
entryPoint =
CreateConstLookupToSymbol
(newEntryPoint);