1 write to _methodNodes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
53
_methodNodes
= new List<MethodWithGCInfo>();
8 references to _methodNodes
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (8)
45
if (
_methodNodes
== null)
60
_methodNodes
.Add(method);
81
if (
_methodNodes
== null)
91
foreach (MethodWithGCInfo method in
_methodNodes
)
123
if (
_methodNodes
== null)
139
foreach (MethodWithGCInfo method in
_methodNodes
)
221
if (
_methodNodes
.Count > 0)
223
runtimeFunctionsBuilder.EmitReloc(
_methodNodes
[0], RelocType.WASM_TABLE_INDEX_I32, delta: 0);