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);
110
return comparer.Compare(
_helperCell
, otherNode.
_helperCell
);
276
expressions.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.