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)
86if (_methodNodes != null) 100_methodNodes.Add(method); 124for (int index = 0; index < _methodNodes.Count; index++) 129exceptionInfoLookupBuilder.EmitUInt(factory.RuntimeFunctionsTable.GetWasmVirtualIP(_methodNodes[index], 0)); 133exceptionInfoLookupBuilder.EmitReloc(_methodNodes[index], RelocType.IMAGE_REL_BASED_ADDR32NB, -factory.Target.CodeDelta); 154return _methodNodes.Count == 0;