1 write to _compilation
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
498_compilation = compilation;
213 references to _compilation
ILCompiler.ReadyToRun (213)
JitInterface\CorInfoImpl.ReadyToRun.cs (130)
515AddPrecodeFixup(_compilation.SymbolNodeFactory.ResumptionStubEntryPoint(compiledStubNode)); 520MethodDesc asyncResumptionStub = _compilation.TypeSystemContext.GetAsyncResumptionStub(MethodBeingCompiled, MethodBeingCompiled.OwningType); 521AddResumptionStubFixup(_compilation.NodeFactory.CompiledMethodNode(asyncResumptionStub)); 523entryPoint = (void*)ObjectToHandle(_compilation.NodeFactory.CompiledMethodNode(asyncResumptionStub)); 714if ((_ilBodiesNeeded == null) && _compilation.NodeFactory.OptimizationFlags.DeterminismStress > 0) 736_compilation.DeterminismCheckFailed = true; 737_compilation.Logger.LogMessage($"ERROR: Determinism check compiling method '{MethodBeingCompiled}' failed. Use '{_compilation.GetReproInstructions(MethodBeingCompiled)}' on command line to reproduce the failure."); 739else if (data.Iterations <= _compilation.NodeFactory.OptimizationFlags.DeterminismStress) 749_compilation.PrepareForCompilationRetry(_methodCodeNode, _ilBodiesNeeded); 795if (ShouldSkipCompilation(_compilation.InstructionSetSupport, MethodBeingCompiled, _compilation)) 808MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 823if (FunctionHasNonReferenceableTypedILCatchClause(methodIL, _compilation.NodeFactory.CompilationModuleGroup)) 834if ((methodIL.GetMethodILScopeDefinition() is IEcmaMethodIL && _compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && ecmaMethod.Module == typicalDef.Context.SystemModule) || 835(!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(MethodBeingCompiled) && 836_compilation.NodeFactory.CompilationModuleGroup.CrossModuleInlineable(MethodBeingCompiled))) 838ISymbolNode ilBodyNode = _compilation.SymbolNodeFactory.CheckILBodyFixupSignature(typicalDef); 843var resolver = _compilation.NodeFactory.Resolver; 844if (_compilation.CompilationModuleGroup.VersionsWithModule(ecmaMethod.Module)) 854EntityHandle? handle = _compilation.NodeFactory.ManifestMetadataTable._mutableModule.TryGetExistingEntityHandle(ecmaMethod); 857resolver.AddModuleTokenForMethod(MethodBeingCompiled, new ModuleToken(_compilation.NodeFactory.ManifestMetadataTable._mutableModule, handle.Value)); 869if (_compilation.NodeFactory.Target.IsWasm && !MethodBeingCompiled.IsUnmanagedCallersOnly) 873_compilation.NodeFactory.WasmInterpreterToR2RThunk(wasmSig), 899if (_compilation.NodeFactory.Target.IsWasm) 914pLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.NewHelper, type)); 924pLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.NewArr1, type)); 937pLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.IsInstanceOf, type)); 950pLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.CastClass, type)); 962pLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper(helperId, type)); 990MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 1004pLookup.constLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.DelegateCtor(delegateTypeDesc, targetMethod)); 1347return _compilation.NodeFactory.GetReadyToRunHelperCell(id); 1354var entrypoint = _compilation.NodeFactory.MethodEntrypoint( 1357_compilation.NodeFactory.Resolver.GetModuleTokenForMethod(method, true, true), 1426if (methodDesc != null && (_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(methodDesc) 1491if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(resultMethod.OwningType)) 1493ModuleToken result = _compilation.NodeFactory.Resolver.GetModuleTokenForMethod(resultMethod, allowDynamicallyCreatedReference: true, throwIfNotFound: true); 1508if (!(_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(resultField.OwningType) || resultField.OwningType.IsNonVersionable())) 1510ModuleToken result = _compilation.NodeFactory.Resolver.GetModuleTokenForField(resultField, allowDynamicallyCreatedReference: true, throwIfNotFound: true); 1542return _compilation.NodeFactory.Resolver.GetModuleTokenForType(paramType, allowDynamicallyCreatedReference: true, throwIfNotFound: true); 1544if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(ecmaType)) 1546return _compilation.NodeFactory.Resolver.GetModuleTokenForType(ecmaType, allowDynamicallyCreatedReference: true, throwIfNotFound: true); 1552return _compilation.NodeFactory.Resolver.GetModuleTokenForType(typeDesc, allowDynamicallyCreatedReference: true, throwIfNotFound: true); 1568ISymbolNode str = _compilation.SymbolNodeFactory.StringLiteral( 1569new ModuleToken(_compilation.NodeFactory.ManifestMetadataTable._mutableModule, metaTok)); 1575ISymbolNode stringObject = _compilation.SymbolNodeFactory.StringLiteral( 1606&& ((TypeDesc)ResolveTokenInScope(_compilation.GetMethodIL(MethodBeingCompiled), MethodBeingCompiled, (mdToken)classTokenOrOffset)).IsWellKnownType(WellKnownType.Exception)) 1684if (!pHasSideEffects && !_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(type)) 1821pResult->fieldLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.RvaFieldAddress(ComputeFieldWithToken(field, ref pResolvedToken))); 1829else if (field.OwningType.IsCanonicalSubtype(CanonicalFormKind.Any) || _compilation.NodeFactory.Target.IsWasm) 1846if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && (fieldOffset <= FieldFixupSignature.MaxCheckableOffset)) 1849AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 1892if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(field.OwningType) && 1899pResult->fieldLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.FieldAddress(ComputeFieldWithToken(field, ref pResolvedToken))); 1907if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && (fieldOffset <= FieldFixupSignature.MaxCheckableOffset)) 1910AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 1914_compilation.SymbolNodeFactory.CreateReadyToRunHelper(helperId, field.OwningType) 2001if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(callerMethod) && 2002!_compilation.NodeFactory.CompilationModuleGroup.CrossModuleInlineable(callerMethod)) 2057if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(directMethod)) 2069ModuleToken moduleToken = _compilation.NodeFactory.Resolver.GetModuleTokenForMethod(directMethod, false, false); 2073AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckVirtualFunctionOverride( 2200else if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(callerMethod) || 2202!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(targetMethod.GetTypicalMethodDefinition())) 2377else if (targetMethod.HasInstantiation || _compilation.NodeFactory.Target.IsWasm) // WASM doesn't currently support the stub dispatch path 2470ISymbolNode node = _compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.TypeHandle, type); 2538_compilation.NodeFactory.DetectGenericCycles(callerMethod, methodToCall); 2563else if (_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(constrainedType)) 2589_compilation.SymbolNodeFactory.InterfaceDispatchCell( 2638MethodWithGCInfo targetCodeNode = _compilation.NodeFactory.CompiledMethodNode(compilableTarget); 2645_compilation.NodeFactory.MethodEntrypoint( 2669_compilation.NodeFactory.DynamicHelperCell( 2695pResult->instParamLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper( 2701pResult->instParamLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.CreateReadyToRunHelper( 2779_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, constrainedType); 2805_compilation.NodeFactory.DetectGenericCycles(MethodBeingCompiled, sharedMethod); 2816ISymbolNode helper = _compilation.SymbolNodeFactory.GenericLookupHelper( 2935Import import = (Import)_compilation.SymbolNodeFactory.ContinuationTypeSymbol(act); 2939if (!_compilation.CompilationModuleGroup.VersionsWithType(type)) 2942Import typeHandleImport = (Import)_compilation.SymbolNodeFactory.CreateReadyToRunHelper(ReadyToRunHelperId.TypeHandle, type); 2970symbolNode = _compilation.SymbolNodeFactory.CreateReadyToRunHelper( 2991symbolNode = _compilation.SymbolNodeFactory.CreateReadyToRunHelper( 2998symbolNode = _compilation.SymbolNodeFactory.CreateReadyToRunHelper( 3031return !_compilation.IsLayoutFixedInCurrentVersionBubble(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable()); 3040if (!_compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(callerMethod) && !_compilation.NodeFactory.CompilationModuleGroup.CrossModuleInlineable(callerMethod)) 3056else if (!_compilation.IsLayoutFixedInCurrentVersionBubble(pMT)) 3064AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3074pResult->fieldLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.FieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3079if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !callerMethod.IsNonVersionable() && (pResult->offset <= FieldFixupSignature.MaxCheckableOffset)) 3082if (_compilation.CompilationModuleGroup.VersionsWithType(field.OwningType)) // Only verify versions with types 3083AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3087else if (_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(pMT.BaseType)) 3089if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !callerMethod.IsNonVersionable() && (pResult->offset <= FieldFixupSignature.MaxCheckableOffset)) 3092if (_compilation.CompilationModuleGroup.VersionsWithType(field.OwningType)) // Only verify versions with types 3093AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3100AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3107if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !callerMethod.IsNonVersionable() && (pResult->offset <= FieldFixupSignature.MaxCheckableOffset)) 3110if (_compilation.CompilationModuleGroup.VersionsWithType(field.OwningType)) // Only verify versions with types 3111AddPrecodeFixup(_compilation.SymbolNodeFactory.CheckFieldOffset(ComputeFieldWithToken(field, ref pResolvedToken))); 3119pResult->fieldLookup = CreateConstLookupToSymbol(_compilation.SymbolNodeFactory.FieldBaseOffset(field.OwningType)); 3142*ppCookieVal = (IntPtr *)ObjectToHandle(_compilation.NodeFactory.GetReadyToRunHelperCell(ReadyToRunHelper.GSCookie)); 3147ppIndirection = (void*)ObjectToHandle(_compilation.NodeFactory.GetReadyToRunHelperCell(ReadyToRunHelper.IndirectTrapThreads)); 3199if (!_compilation.IsModuleInstrumented(ecmaMethod.Module)) 3232Debug.Assert(_compilation.CompilationModuleGroup.VersionsWithMethodBody(methodDesc)); 3239pLookup.addr = (void*)ObjectToHandle(_compilation.SymbolNodeFactory.GetPInvokeTargetNode(methodWithToken)); 3244pLookup.addr = (void*)ObjectToHandle(_compilation.SymbolNodeFactory.GetIndirectPInvokeTargetNode(methodWithToken)); 3261if (!_compilation.CompilationModuleGroup.VersionsWithMethodBody(method)) 3269stubIL = _compilation.GetMethodIL(method); 3273Debug.Assert(!_compilation.NodeFactory.CompilationModuleGroup.GeneratesPInvoke(method)); 3305if (_compilation.NodeFactory.Target.Architecture == TargetArchitecture.X86) 3324MethodIL methodIL = _compilation.GetMethodIL(MethodBeingCompiled); 3401MethodIL methodIL = _compilation.GetMethodIL(typicalMethod); 3410else if (!_compilation.CompilationModuleGroup.VersionsWithMethodBody(typicalMethod) 3413Debug.Assert(_compilation.CompilationModuleGroup.CrossModuleInlineable(ecmaMethod) || 3414_compilation.CompilationModuleGroup.IsNonVersionableWithILTokensThatDoNotNeedTranslation(ecmaMethod)); 3415bool needsTokenTranslation = !_compilation.CompilationModuleGroup.IsNonVersionableWithILTokensThatDoNotNeedTranslation(ecmaMethod); 3423ISymbolNode ilBodyNode = _compilation.SymbolNodeFactory.CheckILBodyFixupSignature(typicalMethod); 3457if (_compilation.TypeSystemContext.Target.Architecture != TargetArchitecture.X64) 3466_compilation.NodeFactory.MethodEntrypoint( 3487if (_compilation.NodeFactory.CompilationModuleGroup.VersionsWithType(field.OwningType) && field.HasRva) 3550if (type.IsValueType && type.IsTypeDefEquivalent && !_compilation.CompilationModuleGroup.VersionsWithTypeReference(type)) 3564return _compilation.NodeFactory.CompilationModuleGroup.VersionsWithMethodBody(method); 3571WasmTypeNode typeNode = _compilation.NodeFactory.WasmTypeNode(typeArray); 3586if ((callSig != null) && _compilation.NodeFactory.Target.IsWasm) 3610AddAdditionalDependency(_compilation.NodeFactory.WasmR2RToInterpreterThunk(wasmSig), "R2R-to-interpreter thunk for call site"); 3617if ((callSig != null) && _compilation.NodeFactory.Target.IsWasm) 3641AddAdditionalDependency(_compilation.NodeFactory.WasmR2RToInterpreterThunk(wasmSig), "R2R-to-interpreter thunk for call site");
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (83)
187return _compilation.Logger; 410if (_compilation.TypeSystemContext.Target.Architecture != TargetArchitecture.ARM64 411&& _compilation.TypeSystemContext.Target.Architecture != TargetArchitecture.LoongArch64 412&& _compilation.TypeSystemContext.Target.Architecture != TargetArchitecture.RiscV64) 449_compilation.NodeFactory.Target.MinimumFunctionAlignment : 450_compilation.NodeFactory.Target.OptimumFunctionAlignment; 515_methodCodeNode.InitializeInliningInfo(inlineeArray, _compilation.NodeFactory); 518var baselineSupport = _compilation.InstructionSetSupport; 537TargetArchitecture architecture = _compilation.TypeSystemContext.Target.Architecture; 543var node = _compilation.SymbolNodeFactory.PerMethodInstructionSetSupportFixup(actualSupport); 559_compilation.NodeFactory.DetectGenericCycles(_methodCodeNode.Method, methodNode.Method); 573Debug.Assert(_compilation.NodeFactory.InstrumentationDataTable != null, "Expected InstrumentationDataTable to be non-null with synthesized PGO data to embed"); 574_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies); 638return _compilation.TypeSystemContext.Target.PointerSize; 998if (_compilation.TypeSystemContext.Target.Architecture == TargetArchitecture.X86) 1108if (_compilation.IsEffectivelySealed(method.GetUnboxedMethod())) 1113if (_compilation.IsEffectivelySealed(method)) 1227method = _compilation.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), (InstantiatedType)type); 1253MethodDesc instantiatedMethod = _compilation.TypeSystemContext.GetMethodForInstantiatedType(method.GetTypicalMethodDefinition(), instantiatedCtxType); 1256instantiatedMethod = _compilation.TypeSystemContext.GetInstantiatedMethod(instantiatedMethod, method.Instantiation); 1265if (!_compilation.CanInline(MethodBeingCompiled, method)) 1268MethodIL methodIL = method.IsUnboxingThunk() ? null : _compilation.GetMethodIL(method); 1297var calleeIL = _compilation.GetMethodIL(calleeMethod); 1306if (_compilation.CanInline(callerMethod, calleeMethod)) 1330var methodIL = _compilation.GetMethodIL(HandleToObject(ftn)); 1376decl = _compilation.TypeSystemContext.GetMethodForInstantiatedType(decl.GetTypicalMethodDefinition(), (InstantiatedType)ownerTypeDesc); 1380MethodDesc originalImpl = _compilation.ResolveVirtualMethod(decl, objType, out info->detail); 1417var resolver = _compilation.NodeFactory.Resolver; 1433if (!_compilation.CompilationModuleGroup.VersionsWithTypeReference(decl.OwningType)) 1488if (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout) 1492ISymbolNode virtualResolutionNode = _compilation.SymbolNodeFactory.CheckVirtualFunctionOverride(methodWithTokenDecl, objType, methodWithTokenImpl); 1519MethodILScope scope = jitInterface._compilation.GetMethodIL(methodWithToken.Method); 1601MetadataType placeholderType = _compilation.TypeSystemContext.SystemModule.GetType("System"u8, "SZGenericArrayEnumerator`1"u8, throwIfNotFound: false); 1805result = _compilation.TypeSystemContext.GetAsyncVariantMethod((MethodDesc)result); 1866if (!_compilation.CompilationModuleGroup.VersionsWithMethodBody(methodIL.OwningMethod.GetTypicalMethodDefinition())) 1872recordToken = (_compilation.CompilationModuleGroup.VersionsWithType(owningType) || _compilation.CompilationModuleGroup.CrossModuleInlineableType(owningType)) && owningType is EcmaType; 1880_compilation.TypeSystemContext.EnsureLoadableMethod(method); 1888var resolver = _compilation.NodeFactory.Resolver; 1907? _compilation.TypeSystemContext.GetAsyncVariantMethod(method) 1938_compilation.TypeSystemContext.EnsureLoadableType(owningClass); 1954_compilation.NodeFactory.Resolver.AddModuleTokenForType(type, HandleToModuleToken(ref pResolvedToken, out bool strippedInstantiation)); 1969_compilation.TypeSystemContext.EnsureLoadableType(type); 2017return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(result)); 2185if (_compilation.IsEffectivelySealed(type)) 2201makeBeforeFieldInit &= _compilation.CompilationModuleGroup.VersionsWithType(type); 2264ISymbolNode node = _compilation.SymbolNodeFactory.CheckTypeLayout(type); 2279Debug.Assert(_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(type)); 2295if (!_compilation.IsInheritanceChainLayoutFixedInCurrentVersionBubble(type)) 2572if (!parNode->hasSignificantPadding && !_compilation.IsLayoutFixedInCurrentVersionBubble(type)) 2713ISymbolNode node = _compilation.SymbolNodeFactory.CheckTypeLayout(type); 2864return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.Object)); 2867return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.TypedReference)); 2870return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeTypeHandle)); 2873return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeFieldHandle)); 2876return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.RuntimeMethodHandle)); 2879ThrowHelper.ThrowTypeLoadException("System", "RuntimeArgumentHandle", _compilation.TypeSystemContext.SystemModule); 2883return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.String)); 2886return ObjectToHandle(_compilation.TypeSystemContext.SystemModule.GetKnownType("System"u8, "RuntimeType"u8)); 3081return _compilation.IsEffectivelySealed(type); 3195return (void*)ObjectToHandle(_compilation.GetFieldRvaData(fd)); 3459if (_compilation.NodeFactory.Target.IsWasm) 3464else if (_compilation.NodeFactory.Target.IsWindows) 3474pEEInfoOut.osType = TargetToOs(_compilation.NodeFactory.Target); 3479DefType continuation = _compilation.TypeSystemContext.ContinuationType; 3485DefType asyncHelpers = _compilation.TypeSystemContext.SystemModule.GetKnownType("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8); 3506return ObjectToHandle(_compilation.TypeSystemContext.GetContinuationType(gcMapBuilder.ToGCMap())); 3656HandleToObject(structHnd), _compilation.TypeSystemContext.Target.Architecture); 3703ISymbolNode node = _compilation.SymbolNodeFactory.CheckTypeLayout(type); 3937=> (chunk.flags & CorJitAllocMemFlag.CORJIT_ALLOCMEM_HAS_POINTERS_TO_CODE) != 0 && !_compilation.TypeSystemContext.Target.IsWindows; 4343switch (_compilation.TypeSystemContext.Target.Architecture) 4360TargetArchitecture arch = _compilation.TypeSystemContext.Target.Architecture; 4427return owningMetadataType.Module == _compilation.TypeSystemContext.SystemModule; 4436flags.InstructionSetFlags.Add(_compilation.InstructionSetSupport.OptimisticFlags); 4446TargetArchitecture targetArchitecture = _compilation.TypeSystemContext.Target.Architecture; 4453Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.X86_X86Base)); 4457Debug.Assert(_compilation.InstructionSetSupport.IsInstructionSetSupported(InstructionSet.ARM64_AdvSimd)); 4461if (targetArchitecture == TargetArchitecture.ARM && !_compilation.TypeSystemContext.Target.IsWindows) 4612PgoSchemaElem[] pgoResultsSchemas = _compilation.ProfileData.GetAllowSynthesis(_compilation, methodDesc, out bool isSynthesized)?.SchemaData; 4614if (pgoResultsSchemas != null && isSynthesized && _compilation.ProfileData.EmbedPgoDataInR2RImage) 4662instructionSet = InstructionSetFlags.ConvertToImpliedInstructionSetForVectorInstructionSets(_compilation.TypeSystemContext.Target.Architecture, instructionSet); 4664Debug.Assert(!_compilation.InstructionSetSupport.NonSpecifiableFlags.HasInstructionSet(instructionSet));