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));
1367
pResult =
CreateConstLookupToSymbol
(entrypoint);
1824
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.RvaFieldAddress(ComputeFieldWithToken(field, ref pResolvedToken)));
1902
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldAddress(ComputeFieldWithToken(field, ref pResolvedToken)));
1916
pResult->fieldLookup =
CreateConstLookupToSymbol
(
2591
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2642
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(targetCodeNode);
2647
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2671
pResult->codePointerOrStubLookup.constLookup =
CreateConstLookupToSymbol
(
2698
pResult->instParamLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(
2704
pResult->instParamLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(
2825
pResultLookup.runtimeLookup.helperEntryPoint =
CreateConstLookupToSymbol
(helper);
3010
pResult.lookup.constLookup =
CreateConstLookupToSymbol
(symbolNode);
3077
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldOffset(ComputeFieldWithToken(field, ref pResolvedToken)));
3122
pResult->fieldLookup =
CreateConstLookupToSymbol
(_compilation.SymbolNodeFactory.FieldBaseOffset(field.OwningType));
3475
entryPoint =
CreateConstLookupToSymbol
(newEntryPoint);