1 write to _compilation
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
46
_compilation
= compilation;
194 references to _compilation
ILCompiler.RyuJit (194)
JitInterface\CorInfoImpl.RyuJit.cs (115)
59
MethodDesc asyncResumptionStub =
_compilation
.TypeSystemContext.GetAsyncResumptionStub(MethodBeingCompiled,
_compilation
.TypeSystemContext.GeneratedAssembly.GetGlobalModuleType());
61
entryPoint = (void*)ObjectToHandle(
_compilation
.NodeFactory.MethodEntrypoint(asyncResumptionStub));
70
methodIL ??=
_compilation
.GetMethodIL(MethodBeingCompiled);
89
IEETypeNode expectedeetype =
_compilation
.NecessaryTypeSymbolIfPossible(eetype.Type);
282
if (
_compilation
.NeedsRuntimeLookup(helperId, entity))
284
GenericDictionaryLookup genericLookup =
_compilation
.ComputeGenericLookup(callerHandle, helperId, entity);
338
ISymbolNode constLookup =
_compilation
.ComputeConstantLookup(helperId, entity);
361
pLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ReadyToRunHelper(helperId, type));
431
targetOfLookup =
_compilation
.TypeSystemContext.GetMethodForRuntimeDeterminedType(directMethod.GetTypicalMethodDefinition(), (RuntimeDeterminedType)constrainedType);
433
targetOfLookup =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(directMethod.GetTypicalMethodDefinition(), (InstantiatedType)constrainedType);
457
DelegateCreationInfo delegateInfo =
_compilation
.GetDelegateCtor(delegateTypeDesc, targetMethod, constrainedType, isLdvirtftn);
480
pLookup.constLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ReadyToRunHelper(ReadyToRunHelperId.DelegateCtor, delegateInfo));
631
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewFast"u8));
633
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewFinalizable"u8));
635
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewFastAlign8"u8));
637
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewFinalizableAlign8"u8));
639
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewFastMisalign"u8));
644
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewPtrArrayFast"u8));
646
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewArrayFastAlign8"u8));
648
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpNewArrayFast"u8));
651
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpStackProbe"u8));
654
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpGcPoll"u8));
789
return
_compilation
.NodeFactory.MethodEntrypoint(
_compilation
.NodeFactory.TypeSystemContext.GetCoreLibEntryPoint("System"u8, "Type"u8, "GetTypeFromMethodTable"u8, null));
791
return
_compilation
.NodeFactory.MethodEntrypoint(
_compilation
.NodeFactory.TypeSystemContext.GetCoreLibEntryPoint("Internal.Runtime.CompilerHelpers"u8, "SharedCodeHelpers"u8, "GetClassHandleFromMethodParam"u8, null));
797
if ((
_compilation
._compilationOptions & RyuJitCompilationOptions.ControlFlowGuardAnnotations) != 0
799
&&
_compilation
.NodeFactory.TypeSystemContext.Target.Architecture != TargetArchitecture.X86)
800
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpInterfaceDispatchGuarded"u8));
801
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpInterfaceDispatch"u8));
803
return
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("RhpResolveInterfaceMethodFast"u8));
820
return
_compilation
.NodeFactory.ExternIndirectFunctionSymbol(new Utf8String("__guard_check_icall_fptr"u8));
822
return
_compilation
.NodeFactory.ExternIndirectFunctionSymbol(new Utf8String("__guard_dispatch_icall_fptr"u8));
830
JitHelper.GetEntryPoint(
_compilation
.TypeSystemContext, id, out mangledName, out methodDesc);
835
entryPoint =
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String(mangledName));
837
entryPoint =
_compilation
.NodeFactory.MethodEntrypoint(methodDesc);
854
pResult = CreateConstLookupToSymbol(
_compilation
.NodeFactory.MethodEntrypoint(method));
864
stringObject =
_compilation
.NodeFactory.SerializedStringObject("");
869
stringObject =
_compilation
.NodeFactory.SerializedStringObject((string)literal);
959
var typeSymbol =
_compilation
.NecessaryTypeSymbolIfPossible(type);
961
RelocType rel = (
_compilation
.NodeFactory.Target.IsWindows) ?
1064
_debugInfo =
_compilation
.GetDebugInfo(methodIL);
1072
return
_compilation
.NodeFactory.ReadyToRunHelperFromTypeLookup(helperId, helperArgument, callerHandle.OwningType);
1076
return
_compilation
.NodeFactory.ReadyToRunHelperFromDictionaryLookup(helperId, helperArgument, callerHandle);
1096
||
_compilation
.TypeSystemContext.IsGenericArrayInterfaceType(type))
1170
if (elementType.GetElementSize().AsInt ==
_compilation
.TypeSystemContext.Target.PointerSize)
1190
_compilation
.DetectGenericCycles(methodIL.OwningMethod, method);
1193
return
_compilation
.NodeFactory.MethodEntrypointOrTentativeMethod(method, isUnboxingThunk);
1280
_compilation
.NodeFactory.MetadataManager.NoteOverridingMethod(method, directMethod);
1368
canDevirt =
_compilation
.IsEffectivelySealed(targetMethod);
1415
lookupMethod =
_compilation
.TypeSystemContext.GetMethodForRuntimeDeterminedType(targetMethod.GetTypicalMethodDefinition(), (RuntimeDeterminedType)runtimeDeterminedConstrainedType);
1417
lookupMethod =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(targetMethod.GetTypicalMethodDefinition(), (InstantiatedType)runtimeDeterminedConstrainedType);
1477
CreateConstLookupToSymbol(
_compilation
.NodeFactory.FatFunctionPointer(targetMethod));
1490
targetMethod =
_compilation
.ExpandIntrinsicForCallsite(targetMethod, methodIL.OwningMethod);
1505
_compilation
.NodeFactory.StringAllocator(targetMethod)
1541
instParam =
_compilation
.NodeFactory.MethodGenericDictionary(concreteMethod);
1546
instParam =
_compilation
.NodeFactory.ConstructedTypeSymbol(concreteMethod.OwningType);
1583
if (!
_compilation
.NeedsRuntimeLookup(constrainedHelperId, constrainedCallInfo))
1603
MethodDesc targetOfLookup =
_compilation
.GetTargetOfGenericVirtualMethodCall((MethodDesc)GetRuntimeDeterminedObjectForToken(ref pResolvedToken));
1605
_compilation
.DetectGenericCycles(
1625
_compilation
.NodeFactory.DispatchCell(targetOfLookup
1658
_compilation
.NodeFactory.DispatchCell(targetMethod
1687
pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("NYI_LDVIRTFTN"u8)));
1701
_compilation
.NodeFactory.ReadyToRunHelper(ReadyToRunHelperId.ResolveVirtualFunction, slotDefiningMethod));
1731
ISymbolNode typeHandleSymbol =
_compilation
.NecessaryTypeSymbolIfPossible(type);
1837
DictionaryLayoutNode contextLayout =
_compilation
.NodeFactory.GenericDictionaryLayout(
1846
helperId =
_compilation
.GetLdTokenHelperForType(td);
1863
RuntimeMethodHandleNode methodHandleSymbol =
_compilation
.NodeFactory.RuntimeMethodHandle(method);
1881
int pointerSize =
_compilation
.TypeSystemContext.Target.PointerSize;
1887
Debug.Assert(!methodDesc.CanMethodBeInSealedVTable(
_compilation
.NodeFactory));
1894
int slot = VirtualMethodSlotHelper.GetVirtualMethodSlot(
_compilation
.NodeFactory, methodDesc, owningType);
1900
if (
_compilation
.NeedsSlotUseTracking(owningType))
1901
(_additionalDependencies ??= new ILCompiler.DependencyAnalysisFramework.DependencyNodeCore<NodeFactory>.DependencyList()).Add(
_compilation
.NodeFactory.VirtualMethodUse(methodDesc), "Virtual method call");
1954
Utf8String externName = new Utf8String(
_compilation
.PInvokeILProvider.GetDirectCallExternName(md));
1955
externName =
_compilation
.NodeFactory.NameMangler.NodeMangler.ExternMethod(externName, md);
1957
pLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternFunctionSymbol(externName));
1964
*ppCookieVal = (IntPtr*)ObjectToHandle(
_compilation
.NodeFactory.ExternVariable(new Utf8String("__security_cookie"u8)));
1981
MethodDesc stub =
_compilation
.PInvokeILProvider.GetCalliStub(
1997
if (
_compilation
.HasLazyStaticConstructor(owningType) && !((MetadataType)owningType).IsBeforeFieldInit)
2017
MethodDesc stub =
_compilation
.PInvokeILProvider.GetCalliStub(
2030
if (
_compilation
.GetMethodIL(method) is Internal.IL.Stubs.PInvokeILStubMethodIL stub)
2054
if (
_compilation
.TypeSystemContext.Target.Architecture == TargetArchitecture.ARM)
2100
return (int*)ObjectToHandle(
_compilation
.NodeFactory.ExternVariable(new Utf8String("RhpTrapThreads"u8)));
2124
fieldOffset +=
_compilation
.NodeFactory.ThreadStaticBaseOffset(mt);
2138
ISymbolNode node =
_compilation
.GetFieldRvaData(field);
2143
if (
_compilation
.HasLazyStaticConstructor(field.OwningType))
2178
helper =
_compilation
.NodeFactory.ReadyToRunHelperFromTypeLookup(
2184
helper =
_compilation
.NodeFactory.ReadyToRunHelperFromDictionaryLookup(
2210
ISortableSymbolNode index =
_compilation
.NodeFactory.TypeThreadStaticIndex(field.OwningType);
2216
if (
_compilation
.HasLazyStaticConstructor(field.OwningType))
2234
baseAddr =
_compilation
.NodeFactory.TypeGCStaticsSymbol(field.OwningType);
2239
baseAddr =
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(field.OwningType);
2243
if (
_compilation
.HasLazyStaticConstructor(field.OwningType))
2252
_compilation
.NodeFactory.ReadyToRunHelper(helperId, field.OwningType));
2261
if (
_compilation
.IsInitOnly(field))
2285
if (
_compilation
.TypeSystemContext.IsArrayVariantCastable(type))
2292
return !
_compilation
.CanReferenceConstructedTypeOrCanonicalFormOfType(type)
2293
&& (type == canonType || !
_compilation
.CanReferenceConstructedMethodTable(canonType));
2315
if (
_compilation
.IsEffectivelySealed(type))
2321
TypeDesc[] implClasses =
_compilation
.GetImplementingClasses(type);
2349
if (!field.IsThreadStatic &&
_compilation
.IsInitOnly(field) && field.OwningType is MetadataType owningType)
2356
PreinitializationManager preinitManager =
_compilation
.NodeFactory.PreinitializationManager;
2362
int targetPtrSize =
_compilation
.TypeSystemContext.Target.PointerSize;
2378
if (value.GetRawData(
_compilation
.NodeFactory, out object data))
2427
int strDataOffset =
_compilation
.TypeSystemContext.Target.PointerSize + sizeof(int); // 12 on 64bit
2454
return ObjectToHandle(
_compilation
.NecessaryRuntimeTypeIfPossible(type));
2480
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(type));
2482
offset = -NonGCStaticsNode.GetClassConstructorContextSize(
_compilation
.NodeFactory.Target);
2492
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeGCStaticsSymbol(type));
2497
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(type));
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 (79)
188
get => field ??=
_compilation
.TypeSystemContext.SystemModule.GetType(
208
return
_compilation
.Logger;
431
if (
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.ARM64
432
&&
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.LoongArch64
433
&&
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.RiscV64)
470
_compilation
.NodeFactory.Target.MinimumFunctionAlignment :
471
_compilation
.NodeFactory.Target.OptimumFunctionAlignment;
599
CodeBasedDependencyAlgorithm.AddDependenciesDueToMethodCodePresence(ref _additionalDependencies,
_compilation
.NodeFactory, MethodBeingCompiled, methodIL);
659
return
_compilation
.TypeSystemContext.Target.PointerSize;
1018
if (
_compilation
.TypeSystemContext.Target.Architecture == TargetArchitecture.X86)
1158
if (
_compilation
.IsEffectivelySealed(method.GetUnboxedMethod()))
1163
if (
_compilation
.IsEffectivelySealed(method))
1311
method =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), (InstantiatedType)type);
1337
MethodDesc instantiatedMethod =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), instantiatedCtxType);
1340
instantiatedMethod =
_compilation
.TypeSystemContext.GetInstantiatedMethod(instantiatedMethod, method.Instantiation);
1349
if (!
_compilation
.CanInline(MethodBeingCompiled, method))
1353
MethodIL methodIL = method.IsUnboxingThunk() ? null :
_compilation
.GetMethodIL(method);
1392
var calleeIL =
_compilation
.GetMethodIL(calleeMethod);
1401
if (
_compilation
.CanInline(callerMethod, calleeMethod))
1425
var methodIL =
_compilation
.GetMethodIL(HandleToObject(ftn));
1471
decl =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(decl.GetTypicalMethodDefinition(), (InstantiatedType)ownerTypeDesc);
1475
MethodDesc originalImpl =
_compilation
.ResolveVirtualMethod(decl, objType, out info->detail);
1645
info->instParamLookup.constLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ConstructedTypeSymbol(originalImpl.OwningType));
1684
MethodILScope scope = jitInterface.
_compilation
.GetMethodIL(methodWithToken.Method);
1744
MetadataType placeholderType =
_compilation
.TypeSystemContext.SystemModule.GetType("System"u8, "SZGenericArrayEnumerator`1"u8, throwIfNotFound: false);
1948
result =
_compilation
.TypeSystemContext.GetAsyncVariantMethod((MethodDesc)result);
2023
_compilation
.TypeSystemContext.EnsureLoadableMethod(method);
2036
_compilation
.NodeFactory.MetadataManager.GetDependenciesDueToAccess(ref _additionalDependencies,
_compilation
.NodeFactory, (MethodIL)methodIL, method);
2042
?
_compilation
.TypeSystemContext.GetAsyncVariantMethod(method)
2073
_compilation
.TypeSystemContext.EnsureLoadableType(owningClass);
2077
_compilation
.NodeFactory.MetadataManager.GetDependenciesDueToAccess(ref _additionalDependencies,
_compilation
.NodeFactory, (MethodIL)methodIL, field);
2104
_compilation
.TypeSystemContext.EnsureLoadableType(type);
2143
if (
_compilation
.IsFatPointerCandidate(methodIL.OwningMethod, methodSig))
2172
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(result));
2340
if (
_compilation
.IsEffectivelySealed(type))
2917
!
_compilation
.HasLazyStaticConstructor(type)
3017
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.Object));
3020
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.TypedReference));
3023
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeTypeHandle));
3026
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeFieldHandle));
3029
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeMethodHandle));
3032
ThrowHelper.ThrowTypeLoadException("System", "RuntimeArgumentHandle",
_compilation
.TypeSystemContext.SystemModule);
3036
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.String));
3039
return ObjectToHandle(
_compilation
.TypeSystemContext.SystemModule.GetKnownType("System"u8, "RuntimeType"u8));
3042
return ObjectToHandle(
_compilation
.TypeSystemContext.SystemModule.GetKnownType("System.Numerics"u8, "Vector`1"u8));
3237
return
_compilation
.IsEffectivelySealed(type);
3351
return (void*)ObjectToHandle(
_compilation
.GetFieldRvaData(fd));
3633
if (
_compilation
.NodeFactory.Target.IsWasm)
3638
else if (
_compilation
.NodeFactory.Target.IsWindows)
3648
pEEInfoOut.osType = TargetToOs(
_compilation
.NodeFactory.Target);
3653
DefType continuation =
_compilation
.TypeSystemContext.ContinuationType;
3659
DefType asyncHelpers =
_compilation
.TypeSystemContext.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8);
3675
NodeFactory factory =
_compilation
.NodeFactory;
3694
CompilerTypeSystemContext context =
_compilation
.TypeSystemContext;
3775
CompilerTypeSystemContext context =
_compilation
.TypeSystemContext;
3844
return ObjectToHandle(
_compilation
.TypeSystemContext.GetContinuationType(gcMapBuilder.ToGCMap()));
3994
HandleToObject(structHnd),
_compilation
.TypeSystemContext.Target.Architecture);
4278
=> (chunk.flags & CorJitAllocMemFlag.CORJIT_ALLOCMEM_HAS_POINTERS_TO_CODE) != 0 && !
_compilation
.TypeSystemContext.Target.IsWindows;
4417
var target =
_compilation
.TypeSystemContext.Target;
4700
switch (
_compilation
.TypeSystemContext.Target.Architecture)
4719
return (uint)node.GetAlignment(
_compilation
.NodeFactory);
4728
TargetArchitecture arch =
_compilation
.TypeSystemContext.Target.Architecture;
4795
return owningMetadataType.Module ==
_compilation
.TypeSystemContext.SystemModule;
4804
flags.InstructionSetFlags.Add(
_compilation
.InstructionSetSupport.OptimisticFlags);
4814
TargetArchitecture targetArchitecture =
_compilation
.TypeSystemContext.Target.Architecture;
4821
Debug.Assert(
_compilation
.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base));
4825
Debug.Assert(
_compilation
.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd));
4829
if (targetArchitecture == TargetArchitecture.ARM && !
_compilation
.TypeSystemContext.Target.IsWindows)
4884
|| (
_compilation
.TypeSystemContext.IsSpecialUnboxingThunk(this.MethodBeingCompiled) &&
_compilation
.TypeSystemContext.GetTargetOfSpecialUnboxingThunk(this.MethodBeingCompiled).IsAsyncCall())
4885
|| (
_compilation
.TypeSystemContext.IsDefaultInterfaceMethodImplementationInstantiationThunk(this.MethodBeingCompiled) &&
_compilation
.TypeSystemContext.GetTargetOfDefaultInterfaceMethodImplementationInstantiationThunk(this.MethodBeingCompiled).IsAsyncCall())
4993
PgoSchemaElem[] pgoResultsSchemas =
_compilation
.ProfileData[methodDesc]?.SchemaData;
5004
,
_compilation
.CanReferenceConstructedMethodTable
5099
instructionSet = InstructionSetFlags.ConvertToImpliedInstructionSetForVectorInstructionSets(
_compilation
.TypeSystemContext.Target.Architecture, instructionSet);
5101
Debug.Assert(!
_compilation
.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet));
5103
return supportEnabled ?
_compilation
.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;