9 references to CompiledMethodNode
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\AllMethodsOnTypeNode.cs (1)
46dependencies.Add(context.CompiledMethodNode(method), $"Method on type {Type.ToString()}");
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
62ISymbolNode canonMethodNode = factory.CompiledMethodNode(canonMethod);
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
69list.Add(factory.CompiledMethodNode(canonMethod), "Virtual function dependency on cross module inlineable method");
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
247dependencies.Add(factory.CompiledMethodNode(method), $"AsyncStateMachineBox Method on type {type.ToString()}");
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
500methodWithGCInfo = CompiledMethodNode(compilableMethod);
Compiler\ReadyToRunCodegenCompilation.cs (1)
252IMethodNode methodEntryPoint = _factory.CompiledMethodNode(canonMethod);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
521AddResumptionStubFixup(_compilation.NodeFactory.CompiledMethodNode(asyncResumptionStub)); 523entryPoint = (void*)ObjectToHandle(_compilation.NodeFactory.CompiledMethodNode(asyncResumptionStub)); 2641MethodWithGCInfo targetCodeNode = _compilation.NodeFactory.CompiledMethodNode(compilableTarget);