Home
last modified time | relevance | path

Searched refs:MethodDesc (Results 126 – 150 of 5124) sorted by relevance

12345678910>>...205

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DLazyGenericsPolicy.cs11 public abstract bool UsesLazyGenerics(MethodDesc method); in UsesLazyGenerics()
18 public sealed override bool UsesLazyGenerics(MethodDesc method) in UsesLazyGenerics()
45 public sealed override bool UsesLazyGenerics(MethodDesc method) => false;
H A DMainMethodRootProvider.cs25 private IList<MethodDesc> _libraryInitializers;
27 public MainMethodRootProvider(EcmaModule module, IList<MethodDesc> libraryInitializers) in MainMethodRootProvider()
35 MethodDesc mainMethod = _module.EntryPoint; in AddCompilationRoots()
H A DTypeExtensions.cs52 public static bool RequiresInstArg(this MethodDesc method) in RequiresInstArg()
62 public static bool RequiresInstMethodDescArg(this MethodDesc method) in RequiresInstMethodDescArg()
71 public static bool RequiresInstMethodTableArg(this MethodDesc method) in RequiresInstMethodTableArg()
81 public static bool AcquiresInstMethodTableFromThis(this MethodDesc method) in AcquiresInstMethodTableFromThis()
92 public static bool IsArrayAddressMethod(this MethodDesc method) in IsArrayAddressMethod()
H A DDelegateCreationInfo.cs41 public MethodDesc TargetMethod
149 …private DelegateCreationInfo(IMethodNode constructor, MethodDesc targetMethod, TargetKind targetKi… in DelegateCreationInfo()
161 …public static DelegateCreationInfo Create(TypeDesc delegateType, MethodDesc targetMethod, NodeFact… in Create()
186 MethodDesc invokeThunk; in Create()
187 MethodDesc initMethod; in Create()
235MethodDesc targetCanonMethod = targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific); in Create()
H A DCompilerTypeSystemContext.Sorting.cs36 protected override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
47 protected override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
58 protected override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/Stubs/
H A DPInvokeTargetNativeMethod.cs19 public sealed partial class PInvokeTargetNativeMethod : MethodDesc
21 private readonly MethodDesc _declMethod;
24 public PInvokeTargetNativeMethod(MethodDesc declMethod, MethodSignature signature) in PInvokeTargetNativeMethod()
H A DPInvokeLazyFixupField.cs19 private readonly MethodDesc _targetMethod;
21 public PInvokeLazyFixupField(DefType owningType, MethodDesc targetMethod) in PInvokeLazyFixupField()
28 public MethodDesc TargetMethod
H A DDelegateThunks.Sorting.cs12 protected internal override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
58 protected internal override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
69 protected internal override int CompareToImpl(MethodDesc other, TypeSystemComparer comparer) in CompareToImpl()
H A DEETypePtrOfIntrinsic.cs18 public static MethodIL EmitIL(MethodDesc target) in EmitIL()
30MethodDesc getValueInternalMethod = runtimeTypeHandleType.GetKnownMethod("GetValueInternal", null); in EmitIL()
31 MethodDesc eetypePtrCtorMethod = context.SystemModule in EmitIL()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/tests/
H A DDevirtualizationTests.cs33 private DevirtualizationManager GetDevirtualizationManagerFromScan(MethodDesc method) in GetDevirtualizationManagerFromScan()
51 MethodDesc decl = testType.GetNestedType("Base").GetMethod("Unreachable", null); in TestDevirtualizeWithUnallocatedType()
55 MethodDesc resolvedMethod = scanDevirt.ResolveVirtualMethod(decl, impl); in TestDevirtualizeWithUnallocatedType()
84 MethodDesc implMethod = testType.GetNestedType("Derived").GetMethod("Virtual", null); in TestDevirtualizeSimple()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DTypeLoaderEnvironment.MethodAddress.cs43 MethodDesc method, in TryGetMethodAddressFromMethodDesc()
76 MethodDesc method, in TryGetMethodAddressFromTypeSystemMethodViaInvokeMap()
142 MethodDesc targetMethod = metadataUnit.GetMethod(metadataToken.AsHandle(), null); in TryDispatchMethodOnTarget_Inner()
145 MethodDesc realTargetMethod = targetMethod; in TryDispatchMethodOnTarget_Inner()
177MethodDesc targetMethod = context.ResolveMetadataUnit(module).GetMethod(cellInfo.MetadataToken.AsH… in ConvertDispatchCellInfo_Inner()
261 MethodDesc interfaceMethod; in TryResolveTypeSlotDispatch_Inner()
H A DJitSupport.MethodEntrypointStubs.cs114 public MethodEntrypointLookup(MethodDesc method) in MethodEntrypointLookup()
140 public MethodDesc Method => _method;
144 MethodDesc _method;
253 …public static bool TryGetMethodEntrypoint(MethodDesc methodOnType, out IntPtr entryPoint, out IntP… in TryGetMethodEntrypoint()
255 MethodDesc typicalMethod = methodOnType.GetTypicalMethodDefinition(); in TryGetMethodEntrypoint()
269 MethodDesc canonMethod = methodOnType.GetCanonMethodTarget(CanonicalFormKind.Specific); in TryGetMethodEntrypoint()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DReflectableMethodNode.cs20 private MethodDesc _method;
22 public ReflectableMethodNode(MethodDesc method) in ReflectableMethodNode()
28 public MethodDesc Method => _method;
H A DGenericLookupResult.cs90 Debug.Assert(_canonicalOwner is MethodDesc);
91MethodDesc owningMethodDefinition = ((MethodDesc)_canonicalOwner).GetTypicalMethodDefinition();
94 MethodDesc concreteMethod = owningMethodDefinition;
428 private MethodDesc _method;
432 public VTableOffsetGenericLookupResult(MethodDesc method) in VTableOffsetGenericLookupResult()
503 private MethodDesc _method;
613 private MethodDesc _method;
647 public MethodDesc Method => _method;
681 private MethodDesc _method;
764 private MethodDesc _method;
[all …]
H A DVirtualMethodUseNode.cs24 private MethodDesc _decl;
26 public MethodDesc Method => _decl;
28 public VirtualMethodUseNode(MethodDesc decl) in VirtualMethodUseNode()
68 MethodDesc canonDecl = _decl.GetCanonMethodTarget(CanonicalFormKind.Specific); in GetStaticDependencies()
H A DMethodMetadataNode.cs24 private readonly MethodDesc _method;
26 public MethodMetadataNode(MethodDesc method) in MethodMetadataNode()
32 public MethodDesc Method => _method;
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/parser/
H A Dpsparse.c587 if (WalkState->MethodDesc) in AcpiPsParseAml()
591 AcpiDsTerminateControlMethod (WalkState->MethodDesc, WalkState); in AcpiPsParseAml()
604 if (WalkState->MethodDesc) in AcpiPsParseAml()
607 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
675 else if ((Status != AE_OK) && (WalkState->MethodDesc)) in AcpiPsParseAml()
696 (!(WalkState->MethodDesc->Method.InfoFlags & in AcpiPsParseAml()
705 WalkState->MethodDesc->Method.InfoFlags |= in AcpiPsParseAml()
728 AcpiDsTerminateControlMethod (WalkState->MethodDesc, WalkState); in AcpiPsParseAml()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/parser/
H A Dpsparse.c478 if (WalkState->MethodDesc) in AcpiPsParseAml()
482 AcpiDsTerminateControlMethod (WalkState->MethodDesc, WalkState); in AcpiPsParseAml()
495 if (WalkState->MethodDesc) in AcpiPsParseAml()
498 WalkState->MethodDesc->Method.SyncLevel; in AcpiPsParseAml()
554 else if ((Status != AE_OK) && (WalkState->MethodDesc)) in AcpiPsParseAml()
564 (!(WalkState->MethodDesc->Method.InfoFlags & in AcpiPsParseAml()
573 WalkState->MethodDesc->Method.InfoFlags |= in AcpiPsParseAml()
595 AcpiDsTerminateControlMethod (WalkState->MethodDesc, WalkState); in AcpiPsParseAml()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/IL/Stubs/StartupCode/
H A DNativeLibraryStartupMethod.cs20 private IList<MethodDesc> _libraryInitializers;
22 … public NativeLibraryStartupMethod(TypeDesc owningType, IList<MethodDesc> libraryInitializers) in NativeLibraryStartupMethod()
60 foreach (MethodDesc method in _libraryInitializers) in EmitIL()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/TypeSystem/
H A DTypeSystemContext.Runtime.cs365 … public class RuntimeMethodKeyHashtable : LockFreeReaderHashtable<RuntimeMethodKey, MethodDesc>
372 protected override int GetValueHashCode(MethodDesc value) in GetValueHashCode()
377 protected override bool CompareKeyToValue(RuntimeMethodKey key, MethodDesc value) in CompareKeyToValue()
410 protected override bool CompareValueToValue(MethodDesc value1, MethodDesc value2) in CompareValueToValue()
438 protected override MethodDesc CreateValueFromKey(RuntimeMethodKey key) in CreateValueFromKey()
446MethodDesc typicalMethod = key._owningType.Context.ResolveRuntimeMethod(key._unboxingStub, (DefTyp… in CreateValueFromKey()
451 foreach (MethodDesc potentialMethod in key._owningType.GetMethods()) in CreateValueFromKey()
472 …internal MethodDesc ResolveRuntimeMethod(bool unboxingStub, DefType owningType, MethodNameAndSigna… in ResolveRuntimeMethod()
477MethodDesc retVal = _runtimeMethods.GetOrCreateValue(new RuntimeMethodKey(unboxingStub, owningType… in ResolveRuntimeMethod()
524 …public MethodDesc ResolveGenericMethodInstantiation(bool unboxingStub, DefType owningType, MethodN… in ResolveGenericMethodInstantiation()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DTypeSystemContext.cs367 private MethodDesc _methodDef;
371 public InstantiatedMethodKey(MethodDesc methodDef, Instantiation instantiation) in InstantiatedMethodKey()
379 public MethodDesc MethodDef
455 … public InstantiatedMethod GetInstantiatedMethod(MethodDesc methodDef, Instantiation instantiation) in GetInstantiatedMethod()
467 private MethodDesc _typicalMethodDef;
471 …public MethodForInstantiatedTypeKey(MethodDesc typicalMethodDef, InstantiatedType instantiatedType) in MethodForInstantiatedTypeKey()
478 public MethodDesc TypicalMethodDef
528 …public MethodDesc GetMethodForInstantiatedType(MethodDesc typicalMethodDef, InstantiatedType insta… in GetMethodForInstantiatedType()
664 protected internal virtual IEnumerable<MethodDesc> GetAllMethods(TypeDesc type) in GetAllMethods()
H A DTypeDesc.cs477 public virtual IEnumerable<MethodDesc> GetMethods() in GetMethods()
479 return MethodDesc.EmptyMethods; in GetMethods()
489 public virtual MethodDesc GetMethod(string name, MethodSignature signature) in GetMethod()
506 public virtual MethodDesc GetStaticConstructor() in GetStaticConstructor()
515 public virtual MethodDesc GetDefaultConstructor() in GetDefaultConstructor()
593 public virtual MethodDesc GetFinalizer() in GetFinalizer()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropStateManager.cs133 public MethodDesc GetStructMarshallingManagedToNativeThunk(TypeDesc managedType) in GetStructMarshallingManagedToNativeThunk()
149 public MethodDesc GetStructMarshallingNativeToManagedThunk(TypeDesc managedType) in GetStructMarshallingNativeToManagedThunk()
166 public MethodDesc GetStructMarshallingCleanupThunk(TypeDesc managedType) in GetStructMarshallingCleanupThunk()
185 public FieldDesc GetPInvokeLazyFixupField(MethodDesc method) in GetPInvokeLazyFixupField()
442 …private class PInvokeLazyFixupFieldHashtable : LockFreeReaderHashtable<MethodDesc, PInvokeLazyFixu…
444 protected override int GetKeyHashCode(MethodDesc key) in GetKeyHashCode()
454 protected override bool CompareKeyToValue(MethodDesc key, PInvokeLazyFixupField value) in CompareKeyToValue()
464 protected override PInvokeLazyFixupField CreateValueFromKey(MethodDesc key) in CreateValueFromKey()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/JitInterface/src/
H A DCorInfoImpl.cs416 private MethodDesc MethodBeingCompiled
509 …private MethodDesc HandleToObject(CORINFO_METHOD_STRUCT_* method) { return (MethodDesc)HandleToObj… in HandleToObject()
794 MethodDesc method = HandleToObject(ftn); in getMethodSig()
973 MethodDesc method = (MethodDesc)GetRuntimeDeterminedObjectForToken(ref pResolvedToken); in expandRawHandleIntrinsic()
1137 if (result is MethodDesc) in resolveToken()
1139 MethodDesc method = result as MethodDesc; in resolveToken()
1732 MethodDesc md = HandleToObject(method); in initClass()
2564 MethodDesc method = HandleToObject(ftn); in getMethodName()
2741 MethodDesc methodDesc; in GetHelperFtnUncached()
2889 if (obj is MethodDesc) in embedGenericHandle()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DInlineArrayType.cs136 private MethodDesc [] _methods;
229 MethodDesc[] methods = new MethodDesc[] { in InitializeMethods()
236 public override IEnumerable<MethodDesc> GetMethods() in GetMethods()
245 public MethodDesc GetInlineArrayMethod(InlineArrayMethodKind kind) in GetInlineArrayMethod()

12345678910>>...205