10 references to CompiledMethodNode
ILCompiler.ReadyToRun (10)
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)
274dependencies.Add(factory.CompiledMethodNode(method), $"AsyncStateMachineBox Method on type {type.ToString()}");
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
527methodWithGCInfo = 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)); 2638MethodWithGCInfo targetCodeNode = _compilation.NodeFactory.CompiledMethodNode(compilableTarget);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
271return factory.CompiledMethodNode(method);