1 write to _helperCell
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
42_helperCell = factory.GetReadyToRunHelperCell(helperId);
4 references to _helperCell
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (4)
76_helperCell.AppendMangledName(nameMangler, sb); 110return comparer.Compare(_helperCell, otherNode._helperCell); 276expressions.Add(I32.LoadWithRVAOffset(_helperCell)); // Load the helper call function pointer from the helper cell, using a load with an RVA offset so that the helper cell can be left as a zero in the R2R image and fixed up at runtime. This avoids the need to emit a runtime relocation for the helper cell.