6 references to GetReadyToRunHelperCell
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
39
_helperCell = factory.
GetReadyToRunHelperCell
(helperId);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
42
_helperCell = factory.
GetReadyToRunHelperCell
(helperId);
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
57
_helperCell = factory.
GetReadyToRunHelperCell
(ReadyToRunHelper.R2RToInterpreter);
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
1350
return _compilation.NodeFactory.
GetReadyToRunHelperCell
(id);
3145
*ppCookieVal = (IntPtr *)ObjectToHandle(_compilation.NodeFactory.
GetReadyToRunHelperCell
(ReadyToRunHelper.GSCookie));
3150
ppIndirection = (void*)ObjectToHandle(_compilation.NodeFactory.
GetReadyToRunHelperCell
(ReadyToRunHelper.IndirectTrapThreads));