1 write to _compilation
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
46
_compilation
= compilation;
191 references to _compilation
ILCompiler.RyuJit (191)
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);
1466
CreateConstLookupToSymbol(
_compilation
.NodeFactory.FatFunctionPointer(targetMethod));
1479
targetMethod =
_compilation
.ExpandIntrinsicForCallsite(targetMethod, methodIL.OwningMethod);
1494
_compilation
.NodeFactory.StringAllocator(targetMethod)
1530
instParam =
_compilation
.NodeFactory.MethodGenericDictionary(concreteMethod);
1535
instParam =
_compilation
.NodeFactory.ConstructedTypeSymbol(concreteMethod.OwningType);
1572
if (!
_compilation
.NeedsRuntimeLookup(constrainedHelperId, constrainedCallInfo))
1592
MethodDesc targetOfLookup =
_compilation
.GetTargetOfGenericVirtualMethodCall((MethodDesc)GetRuntimeDeterminedObjectForToken(ref pResolvedToken));
1594
_compilation
.DetectGenericCycles(
1614
_compilation
.NodeFactory.DispatchCell(targetOfLookup
1647
_compilation
.NodeFactory.DispatchCell(targetMethod
1676
pResult->codePointerOrStubLookup.constLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("NYI_LDVIRTFTN"u8)));
1690
_compilation
.NodeFactory.ReadyToRunHelper(ReadyToRunHelperId.ResolveVirtualFunction, slotDefiningMethod));
1720
ISymbolNode typeHandleSymbol =
_compilation
.NecessaryTypeSymbolIfPossible(type);
1826
DictionaryLayoutNode contextLayout =
_compilation
.NodeFactory.GenericDictionaryLayout(
1835
helperId =
_compilation
.GetLdTokenHelperForType(td);
1852
RuntimeMethodHandleNode methodHandleSymbol =
_compilation
.NodeFactory.RuntimeMethodHandle(method);
1870
int pointerSize =
_compilation
.TypeSystemContext.Target.PointerSize;
1876
Debug.Assert(!methodDesc.CanMethodBeInSealedVTable(
_compilation
.NodeFactory));
1883
int slot = VirtualMethodSlotHelper.GetVirtualMethodSlot(
_compilation
.NodeFactory, methodDesc, owningType);
1889
if (
_compilation
.NeedsSlotUseTracking(owningType))
1890
(_additionalDependencies ??= new ILCompiler.DependencyAnalysisFramework.DependencyNodeCore<NodeFactory>.DependencyList()).Add(
_compilation
.NodeFactory.VirtualMethodUse(methodDesc), "Virtual method call");
1943
Utf8String externName = new Utf8String(
_compilation
.PInvokeILProvider.GetDirectCallExternName(md));
1944
externName =
_compilation
.NodeFactory.NameMangler.NodeMangler.ExternMethod(externName, md);
1946
pLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternFunctionSymbol(externName));
1953
*ppCookieVal = (IntPtr*)ObjectToHandle(
_compilation
.NodeFactory.ExternVariable(new Utf8String("__security_cookie"u8)));
1970
MethodDesc stub =
_compilation
.PInvokeILProvider.GetCalliStub(
1986
if (
_compilation
.HasLazyStaticConstructor(owningType) && !((MetadataType)owningType).IsBeforeFieldInit)
2006
MethodDesc stub =
_compilation
.PInvokeILProvider.GetCalliStub(
2019
if (
_compilation
.GetMethodIL(method) is Internal.IL.Stubs.PInvokeILStubMethodIL stub)
2043
if (
_compilation
.TypeSystemContext.Target.Architecture == TargetArchitecture.ARM)
2089
return (int*)ObjectToHandle(
_compilation
.NodeFactory.ExternVariable(new Utf8String("RhpTrapThreads"u8)));
2113
fieldOffset +=
_compilation
.NodeFactory.ThreadStaticBaseOffset(mt);
2127
ISymbolNode node =
_compilation
.GetFieldRvaData(field);
2132
if (
_compilation
.HasLazyStaticConstructor(field.OwningType))
2167
helper =
_compilation
.NodeFactory.ReadyToRunHelperFromTypeLookup(
2173
helper =
_compilation
.NodeFactory.ReadyToRunHelperFromDictionaryLookup(
2199
ISortableSymbolNode index =
_compilation
.NodeFactory.TypeThreadStaticIndex(field.OwningType);
2205
if (
_compilation
.HasLazyStaticConstructor(field.OwningType))
2216
else if (!
_compilation
.HasLazyStaticConstructor(field.OwningType))
2223
baseAddr =
_compilation
.NodeFactory.TypeGCStaticsSymbol(field.OwningType);
2228
baseAddr =
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(field.OwningType);
2249
_compilation
.NodeFactory.ReadyToRunHelper(helperId, field.OwningType));
2258
if (
_compilation
.IsInitOnly(field))
2282
if (
_compilation
.TypeSystemContext.IsArrayVariantCastable(type))
2289
return !
_compilation
.CanReferenceConstructedTypeOrCanonicalFormOfType(type)
2290
&& (type == canonType || !
_compilation
.CanReferenceConstructedMethodTable(canonType));
2312
if (
_compilation
.IsEffectivelySealed(type))
2318
TypeDesc[] implClasses =
_compilation
.GetImplementingClasses(type);
2346
if (!field.IsThreadStatic &&
_compilation
.IsInitOnly(field) && field.OwningType is MetadataType owningType)
2353
PreinitializationManager preinitManager =
_compilation
.NodeFactory.PreinitializationManager;
2359
int targetPtrSize =
_compilation
.TypeSystemContext.Target.PointerSize;
2375
if (value.GetRawData(
_compilation
.NodeFactory, out object data))
2424
int strDataOffset =
_compilation
.TypeSystemContext.Target.PointerSize + sizeof(int); // 12 on 64bit
2451
return ObjectToHandle(
_compilation
.NecessaryRuntimeTypeIfPossible(type));
2477
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(type));
2479
offset = -NonGCStaticsNode.GetClassConstructorContextSize(
_compilation
.NodeFactory.Target);
2489
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeGCStaticsSymbol(type));
2494
addr.addr = (void*)ObjectToHandle(
_compilation
.NodeFactory.TypeNonGCStaticsSymbol(type));
2502
pInfo->tlsIndexObject = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternDataSymbol(new Utf8String("_tls_index"u8)));
2503
pInfo->tlsRootObject = CreateConstLookupToSymbol(
_compilation
.NodeFactory.TlsRoot);
2504
pInfo->threadStaticBaseSlow = CreateConstLookupToSymbol(
_compilation
.NodeFactory.HelperEntrypoint(HelperEntrypoint.GetInlinedThreadStaticBaseSlow));
2505
pInfo->tlsGetAddrFtnPtr = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ExternFunctionSymbol(new Utf8String("__tls_get_addr"u8)));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (76)
189
return
_compilation
.Logger;
412
if (
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.ARM64
413
&&
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.LoongArch64
414
&&
_compilation
.TypeSystemContext.Target.Architecture != TargetArchitecture.RiscV64)
451
_compilation
.NodeFactory.Target.MinimumFunctionAlignment :
452
_compilation
.NodeFactory.Target.OptimumFunctionAlignment;
580
CodeBasedDependencyAlgorithm.AddDependenciesDueToMethodCodePresence(ref _additionalDependencies,
_compilation
.NodeFactory, MethodBeingCompiled, methodIL);
640
return
_compilation
.TypeSystemContext.Target.PointerSize;
996
if (
_compilation
.TypeSystemContext.Target.Architecture == TargetArchitecture.X86)
1106
if (
_compilation
.IsEffectivelySealed(method.GetUnboxedMethod()))
1111
if (
_compilation
.IsEffectivelySealed(method))
1259
method =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), (InstantiatedType)type);
1285
MethodDesc instantiatedMethod =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), instantiatedCtxType);
1288
instantiatedMethod =
_compilation
.TypeSystemContext.GetInstantiatedMethod(instantiatedMethod, method.Instantiation);
1297
if (!
_compilation
.CanInline(MethodBeingCompiled, method))
1301
MethodIL methodIL = method.IsUnboxingThunk() ? null :
_compilation
.GetMethodIL(method);
1330
var calleeIL =
_compilation
.GetMethodIL(calleeMethod);
1339
if (
_compilation
.CanInline(callerMethod, calleeMethod))
1363
var methodIL =
_compilation
.GetMethodIL(HandleToObject(ftn));
1409
decl =
_compilation
.TypeSystemContext.GetMethodForInstantiatedType(decl.GetTypicalMethodDefinition(), (InstantiatedType)ownerTypeDesc);
1413
MethodDesc originalImpl =
_compilation
.ResolveVirtualMethod(decl, objType, out info->detail);
1583
info->instParamLookup.constLookup = CreateConstLookupToSymbol(
_compilation
.NodeFactory.ConstructedTypeSymbol(originalImpl.OwningType));
1622
MethodILScope scope = jitInterface.
_compilation
.GetMethodIL(methodWithToken.Method);
1682
MetadataType placeholderType =
_compilation
.TypeSystemContext.SystemModule.GetType("System"u8, "SZGenericArrayEnumerator`1"u8, throwIfNotFound: false);
1886
result =
_compilation
.TypeSystemContext.GetAsyncVariantMethod((MethodDesc)result);
1961
_compilation
.TypeSystemContext.EnsureLoadableMethod(method);
1974
_compilation
.NodeFactory.MetadataManager.GetDependenciesDueToAccess(ref _additionalDependencies,
_compilation
.NodeFactory, (MethodIL)methodIL, method);
1980
?
_compilation
.TypeSystemContext.GetAsyncVariantMethod(method)
2011
_compilation
.TypeSystemContext.EnsureLoadableType(owningClass);
2015
_compilation
.NodeFactory.MetadataManager.GetDependenciesDueToAccess(ref _additionalDependencies,
_compilation
.NodeFactory, (MethodIL)methodIL, field);
2042
_compilation
.TypeSystemContext.EnsureLoadableType(type);
2088
if (
_compilation
.IsFatPointerCandidate(methodIL.OwningMethod, methodSig))
2117
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(result));
2285
if (
_compilation
.IsEffectivelySealed(type))
2864
!
_compilation
.HasLazyStaticConstructor(type)
2964
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.Object));
2967
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.TypedReference));
2970
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeTypeHandle));
2973
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeFieldHandle));
2976
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeMethodHandle));
2979
ThrowHelper.ThrowTypeLoadException("System", "RuntimeArgumentHandle",
_compilation
.TypeSystemContext.SystemModule);
2983
return ObjectToHandle(
_compilation
.TypeSystemContext.GetWellKnownType(WellKnownType.String));
2986
return ObjectToHandle(
_compilation
.TypeSystemContext.SystemModule.GetKnownType("System"u8, "RuntimeType"u8));
3181
return
_compilation
.IsEffectivelySealed(type);
3295
return (void*)ObjectToHandle(
_compilation
.GetFieldRvaData(fd));
3561
if (
_compilation
.NodeFactory.Target.IsWasm)
3566
else if (
_compilation
.NodeFactory.Target.IsWindows)
3576
pEEInfoOut.osType = TargetToOs(
_compilation
.NodeFactory.Target);
3581
DefType continuation =
_compilation
.TypeSystemContext.ContinuationType;
3587
DefType asyncHelpers =
_compilation
.TypeSystemContext.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8);
3599
NodeFactory factory =
_compilation
.NodeFactory;
3617
CompilerTypeSystemContext context =
_compilation
.TypeSystemContext;
3688
return ObjectToHandle(
_compilation
.TypeSystemContext.GetContinuationType(gcMapBuilder.ToGCMap()));
3838
HandleToObject(structHnd),
_compilation
.TypeSystemContext.Target.Architecture);
4119
=> (chunk.flags & CorJitAllocMemFlag.CORJIT_ALLOCMEM_HAS_POINTERS_TO_CODE) != 0 && !
_compilation
.TypeSystemContext.Target.IsWindows;
4258
var target =
_compilation
.TypeSystemContext.Target;
4527
switch (
_compilation
.TypeSystemContext.Target.Architecture)
4546
return (uint)node.GetAlignment(
_compilation
.NodeFactory);
4555
TargetArchitecture arch =
_compilation
.TypeSystemContext.Target.Architecture;
4622
return owningMetadataType.Module ==
_compilation
.TypeSystemContext.SystemModule;
4631
flags.InstructionSetFlags.Add(
_compilation
.InstructionSetSupport.OptimisticFlags);
4641
TargetArchitecture targetArchitecture =
_compilation
.TypeSystemContext.Target.Architecture;
4648
Debug.Assert(
_compilation
.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base));
4652
Debug.Assert(
_compilation
.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd));
4656
if (targetArchitecture == TargetArchitecture.ARM && !
_compilation
.TypeSystemContext.Target.IsWindows)
4711
|| (
_compilation
.TypeSystemContext.IsSpecialUnboxingThunk(this.MethodBeingCompiled) &&
_compilation
.TypeSystemContext.GetTargetOfSpecialUnboxingThunk(this.MethodBeingCompiled).IsAsyncCall())
4712
|| (
_compilation
.TypeSystemContext.IsDefaultInterfaceMethodImplementationInstantiationThunk(this.MethodBeingCompiled) &&
_compilation
.TypeSystemContext.GetTargetOfDefaultInterfaceMethodImplementationInstantiationThunk(this.MethodBeingCompiled).IsAsyncCall())
4820
PgoSchemaElem[] pgoResultsSchemas =
_compilation
.ProfileData[methodDesc]?.SchemaData;
4831
,
_compilation
.CanReferenceConstructedMethodTable
4926
instructionSet = InstructionSetFlags.ConvertToImpliedInstructionSetForVectorInstructionSets(
_compilation
.TypeSystemContext.Target.Architecture, instructionSet);
4928
Debug.Assert(!
_compilation
.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet));
4930
return supportEnabled ?
_compilation
.InstructionSetSupport.IsInstructionSetSupported(instructionSet) : false;