17 references to AddressTakenMethodEntrypoint
ILCompiler.Compiler (17)
Compiler\DelegateCreationInfo.cs (1)
144
return factory.
AddressTakenMethodEntrypoint
(TargetMethod, TargetMethodIsUnboxingThunk);
Compiler\DependencyAnalysis\EETypeNode.cs (4)
409
factory.
AddressTakenMethodEntrypoint
(canonImpl, impl.OwningType.IsValueType),
487
factory.
AddressTakenMethodEntrypoint
(defaultIntfMethod),
549
factory.
AddressTakenMethodEntrypoint
(defaultIntfMethod),
1024
implSymbol = factory.
AddressTakenMethodEntrypoint
(canonImplMethod, implMethod.OwningType.IsValueType);
Compiler\DependencyAnalysis\ExactMethodInstantiationsNode.cs (2)
57
IMethodNode methodEntryPointNode = factory.
AddressTakenMethodEntrypoint
(method, getUnboxingStub);
110
IMethodNode methodEntryPointNode = factory.
AddressTakenMethodEntrypoint
(method, getUnboxingStub);
Compiler\DependencyAnalysis\FatFunctionPointerNode.cs (1)
73
? factory.
AddressTakenMethodEntrypoint
(canonMethod, _isUnboxingStub)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
665
factory.
AddressTakenMethodEntrypoint
(canonMethod, _isUnboxingThunk));
1140
return factory.
AddressTakenMethodEntrypoint
(implMethod);
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
676
IMethodNode methodEntryPointNode = factory.
AddressTakenMethodEntrypoint
(_method, IsUnboxingStub);
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1174
return
AddressTakenMethodEntrypoint
(method, isUnboxingStub);
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (2)
69
dependencies.Add(factory.
AddressTakenMethodEntrypoint
(method), "Body of a reflectable method");
192
factory.
AddressTakenMethodEntrypoint
(method,
Compiler\DependencyAnalysis\SealedVTableNode.cs (3)
139
node = factory.
AddressTakenMethodEntrypoint
(implMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !implMethod.Signature.IsStatic && declType.IsValueType);
199
node = factory.
AddressTakenMethodEntrypoint
(targetMethod.GetCanonMethodTarget(CanonicalFormKind.Specific), unboxingStub: !targetMethod.Signature.IsStatic && declType.IsValueType);
234
node = factory.
AddressTakenMethodEntrypoint
(canonImplMethod, unboxingStub: implMethod.OwningType.IsValueType && !implMethod.Signature.IsStatic);