9 references to CompiledMethodNode
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
46
dependencies.Add(context.
CompiledMethodNode
(method), $"Method on type {Type.ToString()}");
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)
247
dependencies.Add(factory.
CompiledMethodNode
(method), $"AsyncStateMachineBox Method on type {type.ToString()}");
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
500
methodWithGCInfo =
CompiledMethodNode
(compilableMethod);
Compiler\ReadyToRunCodegenCompilation.cs (1)
252
IMethodNode methodEntryPoint = _factory.
CompiledMethodNode
(canonMethod);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
521
AddResumptionStubFixup(_compilation.NodeFactory.
CompiledMethodNode
(asyncResumptionStub));
523
entryPoint = (void*)ObjectToHandle(_compilation.NodeFactory.
CompiledMethodNode
(asyncResumptionStub));
2641
MethodWithGCInfo targetCodeNode = _compilation.NodeFactory.
CompiledMethodNode
(compilableTarget);