1 write to _methodNodes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ExceptionInfoLookupTableNode.cs (1)
92
_methodNodes
= new List<MethodWithGCInfo>();
6 references to _methodNodes
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ExceptionInfoLookupTableNode.cs (6)
86
if (
_methodNodes
!= null)
100
_methodNodes
.Add(method);
124
for (int index = 0; index <
_methodNodes
.Count; index++)
129
exceptionInfoLookupBuilder.EmitUInt(factory.RuntimeFunctionsTable.GetWasmVirtualIP(
_methodNodes
[index], 0));
133
exceptionInfoLookupBuilder.EmitReloc(
_methodNodes
[index], RelocType.IMAGE_REL_BASED_ADDR32NB, -factory.Target.CodeDelta);
154
return
_methodNodes
.Count == 0;