3 references to WasmR2RToInterpreterThunk
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
255
dependencies.Add(context.
WasmR2RToInterpreterThunk
(WasmLowering.GetSignature(_targetMethod)), "Interpreter fallback for Wasm unboxing target");
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3801
AddAdditionalDependency(_compilation.NodeFactory.
WasmR2RToInterpreterThunk
(wasmSig), "R2R-to-interpreter thunk for call site");
3831
AddAdditionalDependency(_compilation.NodeFactory.
WasmR2RToInterpreterThunk
(wasmSig), "R2R-to-interpreter thunk for call site");