11 references to CompiledMethodNode
ILCompiler.ReadyToRun (11)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
46
dependencies.Add(context.
CompiledMethodNode
(method), $"Method on type {Type.ToString()}");
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (1)
183
return factory.
CompiledMethodNode
(method);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
62
ISymbolNode canonMethodNode = factory.
CompiledMethodNode
(canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
69
list.Add(factory.
CompiledMethodNode
(canonMethod), "Virtual function dependency on cross module inlineable method");
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
259
dependencies.Add(factory.
CompiledMethodNode
(method), $"AsyncStateMachineBox Method on type {type.ToString()}");
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
543
methodWithGCInfo =
CompiledMethodNode
(compilableMethod);
Compiler\ReadyToRunCodegenCompilation.cs (1)
252
IMethodNode methodEntryPoint = _factory.
CompiledMethodNode
(canonMethod);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
519
AddResumptionStubFixup(_compilation.NodeFactory.
CompiledMethodNode
(asyncResumptionStub));
521
entryPoint = (void*)ObjectToHandle(_compilation.NodeFactory.
CompiledMethodNode
(asyncResumptionStub));
2646
MethodWithGCInfo targetCodeNode = _compilation.NodeFactory.
CompiledMethodNode
(compilableTarget);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
273
return factory.
CompiledMethodNode
(method);